dotfiles

Author: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-11 17:21:36 +0000 +0000
Committer: Kyle Fuller <inbox@kylefuller.co.uk> 2014-02-11 17:21:36 +0000 +0000
Commit: 74c73d734b6dd7ff053508d40f885e89a496b0d3
Parent: 66d5c3cde67014a41f20c76b142fd16840cdf2d0


Drop oh-my-zsh and zsh specific config
diff --git a/.bashrc b/.bashrc
old mode 100644
new mode 120000
index d60a7576fd5d434e595a25053c2b1fe996688042..587879fe516105057cb4f458c412062465c94839
--- a/.bashrc
+++ b/.bashrc
@@ -1 +1 @@
-source .rc
+.rc
\ No newline at end of file
diff --git a/.gitmodules b/.gitmodules
index 750b99665437dd9892c3b9f35db39e6727f25862..79f7bc185ee56706fa72e1dfd769117a0f8444fb 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -4,9 +4,6 @@ 	url = git://gist.github.com/424448.git
 [submodule ".autoenv"]
 	path = .autoenv
 	url = https://github.com/kennethreitz/autoenv.git
-[submodule ".oh-my-zsh"]
-	path = .oh-my-zsh
-	url = https://github.com/robbyrussell/oh-my-zsh.git
 [submodule ".vim/bundle/jellybeans"]
 	path = .vim/bundle/jellybeans
 	url = https://github.com/nanotech/jellybeans.vim.git
diff --git a/.rc b/.rc
index 881e3ba9340861f7d489bb23964b9f0144a8c25c..699be9890272a6b48100709fa606345e99da1d20 100644
--- a/.rc
+++ b/.rc
@@ -1,6 +1,7 @@
 # vim: set syntax=sh ts=2 sw=2 et:
 
 export EDITOR=vim
+export LSCOLORS=Gxfxcxdxbxegedabagacad
 
 openx () {
   # http://orta.github.io/rebase/on/opening-xcode-projects-and-workspaces/
@@ -36,9 +37,3 @@
 # Source a local .profile if it exists
 [[ -s "$HOME/.profile" ]] && source "$HOME/.profile"
 
-export PATH=/usr/local/bin:/usr/local/share/python:$PATH
-
-# Ruby gems
-export GEM_HOME=$HOME/gems
-export PATH=$GEM_HOME/bin:$PATH
-
diff --git a/.zshrc b/.zshrc
old mode 100644
new mode 120000
index bbad6f28cf6c3fc683ed2bea00519b2311fc2880..587879fe516105057cb4f458c412062465c94839
--- a/.zshrc
+++ b/.zshrc
@@ -1,14 +1 @@
-. ~/.rc
-
-if [ -s ~/.oh-my-zsh/oh-my-zsh.sh ] ; then
-  # Path to your oh-my-zsh configuration.
-  export ZSH=$HOME/.oh-my-zsh
-  export ZSH_THEME="terminalparty"
-  export DISABLE_AUTO_UPDATE="true"
-
-  plugins=(git brew archlinux fabric)
-
-  source $ZSH/oh-my-zsh.sh
-fi
-
-[[ -s "$HOME/.autoenv/activate.sh" ]] && source "$HOME/.autoenv/activate.sh"
+.rc
\ No newline at end of file