From 8a9fbe0f9957dab5aa4044af9ee702ee07493dd4 Mon Sep 17 00:00:00 2001 From: Tyrel Souza Date: Mon, 21 Dec 2015 18:51:28 +0000 Subject: [PATCH] updated readme --- INSTALL.sh | 13 +++++++++++++ README.md | 3 +++ 2 files changed, 16 insertions(+) create mode 100755 INSTALL.sh diff --git a/INSTALL.sh b/INSTALL.sh new file mode 100755 index 0000000..39c4a11 --- /dev/null +++ b/INSTALL.sh @@ -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 diff --git a/README.md b/README.md index ad2a901..1591916 100644 --- a/README.md +++ b/README.md @@ -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