made installer & updated instructions

This commit is contained in:
flipsidecreations 2018-03-26 09:28:57 -04:00
parent 69b4587ddc
commit 58840e41be
2 changed files with 15 additions and 5 deletions

View file

@ -3,10 +3,6 @@
cd cd
git clone https://github.com/flipsidecreations/dotfiles.git git clone https://github.com/flipsidecreations/dotfiles.git
(make sure these files do not exist first) then run install.sh
ln -s dotfiles/.bashrc ~/
ln -s dotfiles/.vimrc ~/
ln -s dotfiles/.screenrc ~/
ln -s dotfiles/.tmux.conf ~/
``` ```

14
install.sh Executable file
View file

@ -0,0 +1,14 @@
#!/bin/bash
rm ~/.bashrc
rm ~/.bash_aliases
rm ~/.bash_exports
rm ~/.bash_wrappers
rm ~/.vimrc
rm ~/.screenrc
rm ~/.tmux.conf
ln -s dotfiles/.bashrc ~/
ln -s dotfiles/.vimrc ~/
ln -s dotfiles/.screenrc ~/
ln -s dotfiles/.tmux.conf ~/