Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bianchidotdev committed Aug 17, 2023
1 parent c1facd2 commit 7d6f066
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion dotfiles/sh_profile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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"
2 changes: 2 additions & 0 deletions dotfiles/zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
2 changes: 1 addition & 1 deletion osx-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ mkdir -p workspace
cd workspace
if [[ ! -d ./dev ]]; then
echo "Copying dotfiles from Github"
git clone [email protected]:michaeldbianchi/dev.git
git clone [email protected]:bianchidotdev/dev.git
else
cd dev
git pull
Expand Down

0 comments on commit 7d6f066

Please sign in to comment.