-
-
Save ayassinov/e76cdfe292526018ab85 to your computer and use it in GitHub Desktop.
Revisions
-
jehrhardt revised this gist
Oct 10, 2014 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,11 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew bundler emacs gem git grunt lein mvn npm rake sbt) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Load oh-my-zsh source $ZSH/oh-my-zsh.sh -
jehrhardt revised this gist
Oct 1, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew gem git grunt mvn npm) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh -
jehrhardt revised this gist
Oct 1, 2014 . 1 changed file with 1 addition and 11 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,11 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew git grunt npm) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -19,9 +15,3 @@ export PATH=/usr/local/share/npm/bin:$PATH # Fix Java home directory export JAVA_HOME=`/usr/libexec/java_home` -
jehrhardt revised this gist
Jul 7, 2014 . 1 changed file with 4 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake rbenv sbt xcode) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! @@ -22,3 +22,6 @@ export JAVA_HOME=`/usr/libexec/java_home` # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk # Init rbenv to controll the used Ruby version eval "$(rbenv init -)" -
jehrhardt revised this gist
Jul 7, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew bundler emacs gem git gradle grunt lein npm pod rake sbt xcode) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! -
jehrhardt revised this gist
Jun 28, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew emacs gem git gradle grunt lein npm pod rake sbt xcode) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! -
jehrhardt revised this gist
May 15, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(bower brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rbenv rsync sbt xcode) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! -
jehrhardt revised this gist
Apr 11, 2014 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,8 +17,8 @@ source $ZSH/oh-my-zsh.sh # Add tools installed by NPM to PATH export PATH=/usr/local/share/npm/bin:$PATH # Fix Java home directory export JAVA_HOME=`/usr/libexec/java_home` # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Apr 7, 2014 . 1 changed file with 0 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,9 +11,6 @@ plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip # Do this before oh-my-zsh is loaded! export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Load oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -25,4 +22,3 @@ export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/ # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Apr 7, 2014 . 1 changed file with 4 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,17 +11,18 @@ plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip # Do this before oh-my-zsh is loaded! export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Load boxen environment before oh my zsh [ -f /opt/boxen/env.sh ] && source /opt/boxen/env.sh # Load oh-my-zsh source $ZSH/oh-my-zsh.sh # Add tools installed by NPM to PATH export PATH=/usr/local/share/npm/bin:$PATH # Use Oracle Java 8 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/ # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Mar 24, 2014 . 1 changed file with 7 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,28 +5,23 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp emacs gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt xcode) # Fix order of directories on PATH # Do this before oh-my-zsh is loaded! export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Load oh-my-zsh source $ZSH/oh-my-zsh.sh # Add tools installed by NPM to PATH export PATH=/usr/local/share/npm/bin:$PATH # Add Python tools export PATH=/usr/local/share/python:$PATH # Use Oracle Java 8 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/ # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Mar 10, 2014 . 1 changed file with 0 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,9 +19,6 @@ export PATH=/usr/local/share/npm/bin:$PATH # Add Python tools export PATH=/usr/local/share/python:$PATH # Set editor to Emacs export EDITOR=emacsclient -
jehrhardt revised this gist
Feb 5, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -31,4 +31,5 @@ alias e="$EDITOR -n" # Use Oracle Java 7 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/ # Use Abdroid SDK installed via `brew install android-sdk` export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Jan 26, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -29,6 +29,6 @@ export EDITOR=emacsclient alias e="$EDITOR -n" # Use Oracle Java 7 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_51.jdk/Contents/Home/ export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Jan 13, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp gem git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh -
jehrhardt revised this gist
Jan 10, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper xcode) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh @@ -23,10 +23,10 @@ export PATH=/usr/local/share/python:$PATH source /usr/local/bin/virtualenvwrapper.sh # Set editor to Emacs export EDITOR=emacsclient # Set alias for quick access of Emacs from Terminal alias e="$EDITOR -n" # Use Oracle Java 7 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/ -
jehrhardt revised this gist
Jan 6, 2014 . No changes.There are no files selected for viewing
-
jehrhardt revised this gist
Jan 5, 2014 . 1 changed file with 9 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,15 +5,22 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant virtualenv virtualenvwrapper) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh # Fix order of directories on PATH export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Add tools installed by NPM to PATH export PATH=/usr/local/share/npm/bin:$PATH # Add Python tools export PATH=/usr/local/share/python:$PATH # Load virtualenvwraper source /usr/local/bin/virtualenvwrapper.sh # Set editor to Emacs export EDITOR="emacsclient" -
jehrhardt revised this gist
Jan 3, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,7 +16,7 @@ export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin export PATH=$PATH:/usr/local/share/npm/bin # Set editor to Emacs export EDITOR="emacsclient" # Set alias for quick access of Emacs from Terminal alias e=$EDITOR -
jehrhardt revised this gist
Jan 3, 2014 . 1 changed file with 10 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,25 +5,23 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp git github gradle grunt lein mvn npm osx pip rails rake rsync rvm sbt vagrant) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh export PATH=/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin # Add tools installed by NPM to PATH export PATH=$PATH:/usr/local/share/npm/bin # Set editor to Emacs export EDITOR="emacsclient -n" # Set alias for quick access of Emacs from Terminal alias e=$EDITOR # Use Oracle Java 7 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/ export ANDROID_HOME=/usr/local/opt/android-sdk -
jehrhardt revised this gist
Nov 25, 2013 . 1 changed file with 18 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,29 @@ # oh-my-zsh location ZSH=$HOME/.oh-my-zsh # Use standard theme ZSH_THEME="robbyrussell" # Use plugins for typical tools plugins=(brew bundler cp git github gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant) # Load oh-my-zsh source $ZSH/oh-my-zsh.sh # Add tools installed by NPM to PATH export PATH=$PATH:/usr/local/share/npm/bin # Use Oracle Java 7 for java export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/ # Use Emacs from terminal via e command alias e="emacsclient -c -n" # Start Emacs as a daemon alias start-emacs="emacs --daemon" # Stop Emacs daemon alias stop-emacs="emacsclient -e '(kill-emacs)'" # Fix Homebrew's Git https://github.com/mxcl/homebrew/issues/23587 alias git-svn="/usr/bin/git svn" -
jehrhardt revised this gist
Nov 16, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" plugins=(brew bundler cp git github gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant) source $ZSH/oh-my-zsh.sh -
jehrhardt revised this gist
Nov 16, 2013 . 1 changed file with 5 additions and 10 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,21 +1,16 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" plugins=(brew bundler cp git gradle grunt lein mvn npm osx rails4 rake rsync rvm sbt vagrant) source $ZSH/oh-my-zsh.sh export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/bin:/bin:/usr/sbin:/sbin export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/ export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m" export MAVEN_OPTS=$JAVA_OPTS export SBT_OPTS=$JAVA_OPTS alias e="emacsclient -c -n" alias stop-emacs="emacsclient -e '(kill-emacs)'" alias start-emacs="emacs --daemon" -
jehrhardt revised this gist
Nov 2, 2013 . No changes.There are no files selected for viewing
-
jehrhardt revised this gist
Nov 2, 2013 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,5 +19,3 @@ alias run-e="emacs --daemon" alias git-svn="/usr/bin/git svn" PATH=$PATH:$HOME/.rvm/bin -
jehrhardt revised this gist
Nov 2, 2013 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" plugins=(brew bundler cp gem git git-extras github gradle grails grunt heroku lein mvn node npm osx pip pod python rails4 rake rsync ruby rvm sbt vagrant virtualenv) source $ZSH/oh-my-zsh.sh @@ -16,6 +16,8 @@ alias kill-e="emacsclient -e '(kill-emacs)'" alias update-e="emacsclient -e '(package-list-packages)'" alias run-e="emacs --daemon" alias git-svn="/usr/bin/git svn" PATH=$PATH:$HOME/.rvm/bin export GNUTERM=x11 -
jehrhardt revised this gist
Sep 27, 2013 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm vagrant) source $ZSH/oh-my-zsh.sh -
jehrhardt created this gist
Sep 27, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,21 @@ ZSH=$HOME/.oh-my-zsh ZSH_THEME="robbyrussell" plugins=(brew bundler gem git git-extras lein mvn node npm osx rake rvm svn vagrant) source $ZSH/oh-my-zsh.sh export PATH=/usr/local/bin:/usr/local/share/npm/bin:/usr/local/share/python:/usr/bin:/bin:/usr/sbin:/sbin:/usr/texbin export JAVA_HOME=/Library/Java/JavaVirtualMachines/jdk1.7.0_40.jdk/Contents/Home/ export JAVA_OPTS="-Xms1024m -Xmx1024m -XX:PermSize=512m -XX:MaxPermSize=512m" export MAVEN_OPTS=$JAVA_OPTS export SBT_OPTS=$JAVA_OPTS alias e="emacsclient -c -n" alias kill-e="emacsclient -e '(kill-emacs)'" alias update-e="emacsclient -e '(package-list-packages)'" alias run-e="emacs --daemon" PATH=$PATH:$HOME/.rvm/bin export GNUTERM=x11