~Symlink command, so it works from anywhere
This commit is contained in:
@@ -5,5 +5,5 @@ dir=~/Dotfiles;
|
||||
|
||||
for file in $files; do
|
||||
echo "Creating symlink for " + $file;
|
||||
ln -s $dir/$file .$file;
|
||||
ln -s $dir/$file ~/.$file;
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user