updated readme

This commit is contained in:
Tyrel Souza 2015-12-21 18:51:28 +00:00
parent ec4c5c4460
commit 8a9fbe0f99
2 changed files with 16 additions and 0 deletions

13
INSTALL.sh Executable file
View File

@ -0,0 +1,13 @@
#!/bin/bash
ln -s dotfiles/bash_aliases .bash_aliases
ln -s dotfiles/gitconfig .gitconfig
ln -s dotfiles/gitignore .gitignore
ln -s dotfiles/hushlogin .hushlogin
ln -s dotfiles/README.md .README.md
ln -s dotfiles/vim .vim
ln -s dotfiles/vimrc .vimrc
ln -s dotfiles/vimrc.bundles .vimrc.bundles
ln -s dotfiles/vimrc.bundles.local .vimrc.bundles.local
ln -s dotfiles/vimrc.local .vimrc.local
ln -s dotfiles/zshrc .zshrc
ln -s dotfiles/zshrc.local .zshrc.local

View File

@ -6,4 +6,7 @@ ex:
```ln -s dotfiles/zshrc ~/.zshrc```
## Script
Just run ```dotfiles/INSTALL.sh```
Note: All commit messages here are generated from whatthecommit.com