refactor bashrc's to bash folder and vimrc's to vim folder

This commit is contained in:
Wryn Wagner
2019-08-20 09:52:04 -06:00
parent 613e4799de
commit 9f2276c4e3
9 changed files with 39 additions and 16 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
RC_DIR='$HOME/.wryn'
echo source $RC_DIR/bashrc >> $HOME/.bashrc
echo source $RC_DIR/vimrc >> $HOME/.vimrc
echo source $RC_DIR/bash/rc >> $HOME/.bashrc
echo source $RC_DIR/vim/rc.vim >> $HOME/.vimrc