home · contact · privacy
9343880d057918d81c4f0999c5b6523c1ada5459
[config] / symlink.sh
1 #!/bin/sh
2
3 dir=~/config/dotfiles
4 cd ~
5 for file in `ls $dir`; do
6     ln -fs $dir/$file ~/.$file
7 done