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

Added home dir as target specifically so dotfiles can be in any directory

This commit is contained in:
Ryan Kes 2019-09-30 18:47:34 +02:00
parent f871dd49d2
commit e41eb5411b

View File

@ -2,5 +2,5 @@
for d in `ls -d */ | cut -f1 -d '/'`; for d in `ls -d */ | cut -f1 -d '/'`;
do do
( stow $d ) ( stow -t $HOME $d )
done done