Update mac config
This commit is contained in:
13
zsh/.mac_config.example
Normal file
13
zsh/.mac_config.example
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
export LC_ALL=en_US.UTF-8
|
||||||
|
export LANG=en_US.UTF-8
|
||||||
|
export POWERLINE_CONFIG_COMMAND=/usr/local/bin/powerline-config
|
||||||
|
export JAVA_HOME=`/usr/libexec/java_home -v 1.8`
|
||||||
|
|
||||||
|
# Set path to work with pycharm ...
|
||||||
|
[[ "$PATH" =~ /usr/local/bin ]] || export PATH=$PATH:/usr/local/bin
|
||||||
|
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
||||||
|
|
||||||
|
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
||||||
|
|
||||||
|
# Research
|
||||||
|
export PATH="/Users/fabian/Labor/Research/code_signing/02-tools:$PATH"
|
||||||
@@ -1,7 +1,3 @@
|
|||||||
# Set path to work with pycharm ...
|
|
||||||
[[ "$PATH" =~ /usr/local/bin ]] || export PATH=$PATH:/usr/local/bin
|
|
||||||
PATH="/usr/local/opt/coreutils/libexec/gnubin:$PATH"
|
|
||||||
|
|
||||||
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
[[ -f ~/.zsh/.powerline_config ]] && source ~/.zsh/.powerline_config
|
||||||
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
|
[[ -f ~/.zsh/.user_config ]] && source ~/.zsh/.user_config
|
||||||
[[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh
|
[[ -f ~/.zsh/.virtual_env_config.zsh ]] && source ~/.zsh/.virtual_env_config.zsh
|
||||||
@@ -51,6 +47,3 @@ alias vim=nvim
|
|||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
alias ls="ls --color=always"
|
alias ls="ls --color=always"
|
||||||
|
|
||||||
test -e "${HOME}/.iterm2_shell_integration.zsh" && source "${HOME}/.iterm2_shell_integration.zsh"
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user