Switch to configure via gnu stow
This commit is contained in:
parent
7eefca4eda
commit
6a5a4df7a3
4 changed files with 4 additions and 8 deletions
12
config.sh
12
config.sh
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue