Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)SH
  • announcement : link-batch.zsh, to generate symlinks batches

    cross-posted from: https://lemmy.world/post/1838642

    > link-batch is a minimalist script that generate symlinks from a list in a text file. Usage : > > sh > link-batch.zsh link-list.txt > > > where link-list.txt contains two columns : the first one for the links and the second one for the targets. Example : > > > ~/.config/kitty ~/myfiles/config/kitty > ~/.config/nvim ~/myfiles/config/neovim > ~/.config/MuseScore ~/myfiles/config/MuseScore/$HOST > ... > > > The two columns must be separated by a tab. > > Can be used to quickly deploy all home links in a fresh box.

    0
1 Active user