Switch to configure via gnu stow

This commit is contained in:
Nicole Tietz-Sokolskaya 2017-09-12 12:20:12 -04:00
parent 7eefca4eda
commit 6a5a4df7a3
4 changed files with 4 additions and 8 deletions

View File

@ -1,14 +1,10 @@
#!/bin/bash
cd ~
stow -t ~ bash
stow -t ~ screen
rm -f .profile
rm -f .bashrc
ln -s ~/Code/config/profile .profile
ln -s ~/Code/config/bashrc .bashrc
rm -f .screenrc
ln -s ~/Code/config/screenrc .screenrc
#rm -f .screenrc
#ln -s ~/Code/config/screenrc .screenrc
#rm -f .vimrc
#ln -s ~/Code/config/vimrc .vimrc