[bash] and so it begins

This commit is contained in:
Josh Sherman 2017-12-24 12:13:56 -06:00
parent f3d6c08ce1
commit 9ce5540661
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 3 additions and 1 deletions

0
bashrc Normal file
View file

View file

@ -15,13 +15,15 @@ git pull origin master
git submodule update --init --recursive
rm -rf \
$HOME/.config/gtk-3.0/gtk.css \
$HOME/.bashrc \
$HOME/.gitconfig \
$HOME/.config/gtk-3.0/gtk.css \
$HOME/.screenrc \
$HOME/.vim \
$HOME/.vimrc \
$HOME/.zshrc
ln -s $DOTFILES/bashrc $HOME/.bashrc
ln -s $DOTFILES/gitconfig $HOME/.gitconfig
ln -s $DOTFILES/gtk.css $HOME/.config/gtk-3.0/gtk.css
ln -s $DOTFILES/screenrc $HOME/.screenrc