dotfiles: update scripts
This commit is contained in:
3
symlink.sh
Executable file
3
symlink.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
for dir in $(ls -d */); do stow -Rv ${dir}; done
|
||||
Reference in New Issue
Block a user