Skip to content

Instantly share code, notes, and snippets.

@juanpmarin
Last active May 30, 2022 02:15
Show Gist options
  • Save juanpmarin/b6755cde0b42fdb80bfd986609594aa3 to your computer and use it in GitHub Desktop.
Save juanpmarin/b6755cde0b42fdb80bfd986609594aa3 to your computer and use it in GitHub Desktop.
Dotfiles
export ZSH="$HOME/.oh-my-zsh"
plugins=(
z
git
)
source $ZSH/oh-my-zsh.sh
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
eval "$(starship init zsh)"
alias bazel=bazelisk
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
export GOPATH=~/.go
export PATH=$PATH:$(go env GOPATH)/bin
export SDKMAN_DIR="$HOME/.sdkman"
[[ -s "$HOME/.sdkman/bin/sdkman-init.sh" ]] && source "$HOME/.sdkman/bin/sdkman-init.sh"
export VOLTA_HOME="$HOME/.volta"
export PATH="$VOLTA_HOME/bin:$PATH"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment