dotfiles: update scripts

This commit is contained in:
2019-01-26 16:41:03 +02:00
parent 830add6f7b
commit 0fbae3df60
3 changed files with 4 additions and 22 deletions

3
symlink.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
for dir in $(ls -d */); do stow -Rv ${dir}; done