Created
August 1, 2016 13:36
-
-
Save kim3er/1ae6b0d4142a92be26dc3f4d104b639b to your computer and use it in GitHub Desktop.
iMac Dot Files
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 characters
gem: --no-document | |
install: --no-rdoc --no-ri | |
update: --no-rdoc --no-ri |
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 characters
export EDITOR=nano | |
export VISUAL=nano | |
export PATH=$PATH:/Users/richard/Tools/android-sdk/tools | |
export PATH=$PATH:/Users/richard/Tools/android-sdk/platform-tools | |
export PATH=$PATH:/Users/richard/Tools/android-sdk/build-tools/23.0.2 | |
export PATH=$PATH:~/bin/Sencha/Cmd | |
alias cddev="/Volumes/Data/Development" | |
# https://rtyley.github.io/bfg-repo-cleaner/ | |
alias bfg="java -jar ~/bfg-1.12.7.jar" |
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 characters
export ZSH=/Users/richard/.oh-my-zsh | |
ZSH_THEME="robbyrussell" | |
plugins=(git) | |
export PATH="/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin" | |
source $ZSH/oh-my-zsh.sh | |
source $HOME/.zshenv | |
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment