[bash] and so it begins
This commit is contained in:
parent
f3d6c08ce1
commit
9ce5540661
2 changed files with 3 additions and 1 deletions
0
bashrc
Normal file
0
bashrc
Normal file
4
install
4
install
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue