diff --git a/bashrc b/bash/.bashrc similarity index 100% rename from bashrc rename to bash/.bashrc diff --git a/profile b/bash/.profile similarity index 100% rename from profile rename to bash/.profile diff --git a/config.sh b/config.sh index 92c0d68..7c44cb9 100755 --- a/config.sh +++ b/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 diff --git a/screenrc b/screen/.screenrc similarity index 100% rename from screenrc rename to screen/.screenrc