fix arch stuff

This commit is contained in:
Spotlight 2018-02-21 19:07:32 -06:00
parent 7a0c67b05c
commit 6c681373cb
No known key found for this signature in database
GPG key ID: 1677AD4E8EBBBC56
2 changed files with 13 additions and 8 deletions

View file

@ -1,3 +1,4 @@
[dotfiles]
repository = ~/.dotfiles
ignore = ['.git']
ignore = [
'.git']

18
zshrc
View file

@ -48,21 +48,25 @@ zplug load
#########
# Local stuff, homebrew python, theos
export PATH="${HOME}/bin:${HOME}/bin/android-sdk/platform-tools:/usr/local/opt/theos/python/libexec/bin:${PATH}"
export EDITOR=nano
export PATH="${HOME}/bin:${HOME}/bin/android-sdk/platform-tools:${PATH}"
if [[ $OSTYPE == darwin* ]]; then
# Google Cloud tools
# On Arch and etcetera, we'd be installing these ourselves and putting it in global path.
# Not on a Mac, so...
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
fi
# Google Cloud tools
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
export EDITOR=nano
# Go
export GOPATH=${HOME}/go
export PATH=${GOPATH}/bin:${PATH}
# theos
export THEOS=/usr/local/opt/theos
export THEOS=${HOME}/.theos
export PATH=${THEOS}/bin:$PATH
export THEOS_DEVICE_IP=192.168.1.167 THEOS_DEVICE_PORT=22
export THEOS_DEVICE_IP=192.168.1.173 THEOS_DEVICE_PORT=22
# devkitPro and the like
export DEVKITPRO=${HOME}/devkitPro