Adding Wye. The new work machine
This commit is contained in:
parent
8aaa42a8ea
commit
2d6e7e0d7b
25
zsh/environment/host/wye/zshenv
Normal file
25
zsh/environment/host/wye/zshenv
Normal file
|
@ -0,0 +1,25 @@
|
|||
#!/usr/bin/env zsh
|
||||
export HOMEBREW_PREFIX="/opt/homebrew";
|
||||
export HOMEBREW_CELLAR="/opt/homebrew/Cellar";
|
||||
export HOMEBREW_REPOSITORY="/opt/homebrew";
|
||||
export PYTHON_BIN="$($HOMEBREW_PREFIX/bin/brew --prefix python)/libexec/bin"
|
||||
export HOMEBREW_BIN='/usr/local/bin'
|
||||
export HOMEBREW_SBIN='/usr/local/sbin'
|
||||
export GOPATH="${HOME}/.go"
|
||||
export PSQLAPP="/Applications/Postgres.app/Contents/Versions/latest/bin"
|
||||
export JAVA_HOME=$(/usr/libexec/java_home -v 17)
|
||||
export DOOM_EMACS_BIN="${HOME}/.emacs.d/bin"
|
||||
|
||||
path=(
|
||||
$DOOM_EMACS_BIN
|
||||
$PYTHON_BIN
|
||||
$PSQLAPP
|
||||
$JAVA_HOME/bin
|
||||
$HOMEBREW_PREFIX/bin
|
||||
$HOMEBREW_PREFIX/sbin
|
||||
$HOMEBREW_BIN
|
||||
$HOMEBREW_SBIN
|
||||
$path)
|
||||
|
||||
[ -z "${MANPATH-}" ] || export MANPATH=":${MANPATH#:}";
|
||||
export INFOPATH="${HOMEBREW_PREFIX}/share/info:${INFOPATH:-}";
|
17
zsh/environment/host/wye/zshrc
Normal file
17
zsh/environment/host/wye/zshrc
Normal file
|
@ -0,0 +1,17 @@
|
|||
#!/usr/bin/env zsh
|
||||
GF_BASE="/Users/james/Code/GreenFiling/eclipse/GreenFiling"
|
||||
GF_JOURNAL="/Users/james/Code/GreenFiling/eclipse/JournalClient"
|
||||
GF_ONELEGAL="/Users/james/Code/GreenFiling/eclipse/OneLegalClient"
|
||||
GF_TYLER="/Users/james/Code/GreenFiling/eclipse/TexFileClient"
|
||||
GF_TYBERA="/Users/james/Code/GreenFiling/eclipse/TyberaClient"
|
||||
GF_LOG="/Users/james/Code/GreenFiling/data/logs"
|
||||
|
||||
switch () {
|
||||
pushd "/Users/james/Documents/greenfiling/buildtools/switch"
|
||||
bundle exec ruby switch.rb $@
|
||||
popd
|
||||
}
|
||||
|
||||
if (( $+commands[rbenv] )) ; then
|
||||
eval "$(rbenv init - --no-rehash zsh)"
|
||||
fi
|
Loading…
Reference in New Issue
Block a user