Skip to content

Instantly share code, notes, and snippets.

@dengemann
Created January 28, 2014 19:12
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dengemann/8674149 to your computer and use it in GitHub Desktop.
Save dengemann/8674149 to your computer and use it in GitHub Desktop.
export EDITOR="/usr/local/bin/mate -w"
# source .profile
export FREESURFER_HOME=/Applications/freesurfer
source $FREESURFER_HOME/SetUpFreeSurfer.sh
export MNE_ROOT=/Applications/MNE-2.7.4-3378-MacOSX-x86_64
source $MNE_ROOT/bin/mne_setup_sh
export MATLAB_ROOT=/Applications/MATLAB_R2013a_Student.app/
export MNE_PYTHON=/Users/dengemann/python/mne-python
export CLICOLOR=1
export LSCOLORS=GxFxCxDxBxegedabagaced
MKL_NUM_THREADS=4
export MKL_NUM_THREADS
alias ll='ls -lrt'
alias ipy='ipython --pylab osx'
alias ipyq='ipython --pylab qt4'
alias ipyw='ipython --pylab wx'
alias ipyn='ipython notebook'
# alias python='~/Library/Enthought/Canopy_64bit/User/bin/python'
[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
# export PATH="$HOME/Library/Enthought/Canopy_64bit/User/lib/python2.7/site-packages:/usr/local/bin:$PATH"
export PATH="/Users/dengemann/anaconda/bin:/usr/local/bin:$(brew --prefix ruby)/bin:$PATH"
export QT_API='pyside'
export ETS_TOOLKIT='qt4'
# no App Nap for Python
defaults write org.python.python NSAppSleepDisabled -bool YES
alias vim=/Applications/MacVim.app/Contents/MacOS/Vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment