1
0
mirror of https://github.com/alrayyes/server-dotfiles synced 2023-11-14 15:56:25 +00:00

Show something while linking directories

This commit is contained in:
Ryan Kes 2020-02-14 16:50:24 +01:00
parent a0cf915e6a
commit 720b495e76

View File

@ -7,6 +7,7 @@ if [ ! -d ~/.config/nvim ]; then
fi
for d in $(ls -d */ | cut -f1 -d '/'); do
echo "Linking $d..."
(stow $d)
done