Add in source files. Start putting in important config files.

This commit is contained in:
2013-11-09 14:59:43 -05:00
parent facdcac958
commit 0d557d2eff
11 changed files with 178 additions and 4 deletions
+8
View File
@@ -0,0 +1,8 @@
if [[ -d "/usr/local/opt/chruby" ]]; then
source /usr/local/opt/chruby/share/chruby/chruby.sh
source /usr/local/opt/chruby/share/chruby/auto.sh
else
echo ""
echo "You should install chruby and be much cooler..."
echo "https://github.com/postmodern/chruby"
fi