- GNU Stow (reference video)
cd ~ ; git clone git@github.com:horothesun/dotfiles.git ; cd dotfilesAfter using stow, run
cp alacritty/alacritty_new_window_same_dir.sh /usr/local/bin/alacritty_new_window_same_dir.shNote: creating a symbolic link to the bash script doesn't work.
stow --simulate --no-folding --verbose --target ~ alacrittystow --simulate --no-folding --restow --verbose --target ~ alacrittystow --simulate --verbose --delete --target ~ alacrittyFirst create same ~-based <APP> folder and file structure in dotfiles/, then
stow --simulate --adopt --verbose --target ~ <APP>