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