diff --git a/dotfiles/sh_profile b/dotfiles/sh_profile index 03eb237..7b0fa7e 100644 --- a/dotfiles/sh_profile +++ b/dotfiles/sh_profile @@ -15,6 +15,8 @@ export PATH=$PATH:$HOME/.config/emacs/bin export PATH=$PATH:$HOME/google-cloud-sdk/bin export PATH=$PATH:/usr/local/opt/openjdk/bin export PATH=$HOME/bin:$PATH +export PATH=$PATH:$HOME/.config/emacs/bin +export PATH="$(brew --prefix)/opt/postgresql@15/bin:$PATH" export NVM_DIR="$HOME/.nvm" [ -s "/usr/local/opt/nvm/nvm.sh" ] && . "/usr/local/opt/nvm/nvm.sh" # This loads nvm @@ -50,5 +52,5 @@ fi export PATH="$HOME/.nix-profile/bin:/nix/var/nix/profiles/default/bin:$PATH" export SOPS_AGE_KEY_FILE="$HOME/.config/sops/age/keys.txt" [ -f $HOME/.config/op/plugins.sh ] && source $HOME/.config/op/plugins.sh + [ -f ~/.sh_freshpaint ] && source ~/.sh_freshpaint -export PATH="$(brew --prefix)/opt/postgresql@15/bin:$PATH" diff --git a/dotfiles/zshrc b/dotfiles/zshrc index 88d2268..4609420 100644 --- a/dotfiles/zshrc +++ b/dotfiles/zshrc @@ -25,3 +25,5 @@ antigen bundle zsh-users/zsh-autosuggestions antigen bundle zsh-users/zsh-syntax-highlighting antigen apply + +eval "$($(brew --prefix)/bin/rtx activate zsh)" diff --git a/osx-setup.sh b/osx-setup.sh index 1d96f0e..4fb931a 100755 --- a/osx-setup.sh +++ b/osx-setup.sh @@ -40,7 +40,7 @@ mkdir -p workspace cd workspace if [[ ! -d ./dev ]]; then echo "Copying dotfiles from Github" - git clone git@github.com:michaeldbianchi/dev.git + git clone git@github.com:bianchidotdev/dev.git else cd dev git pull