Skip to content

Instantly share code, notes, and snippets.

@DrizzlyOwl
Last active October 26, 2022 10:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrizzlyOwl/3e863be86b85d3d10bbe0b68453ca511 to your computer and use it in GitHub Desktop.
Save DrizzlyOwl/3e863be86b85d3d10bbe0b68453ca511 to your computer and use it in GitHub Desktop.
# Path to oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="af-magic"
# jbergantine is like toothpaste = good
# eastwood is nice and clean
# flazz is good
# nicoulaj is also good
# steeef is good
# half-life is good
# af-magic is clean and minimal
DISABLE_UPDATE_PROMPT="true"
export UPDATE_ZSH_DAYS=7
COMPLETION_WAITING_DOTS="true"
DISABLE_UNTRACKED_FILES_DIRTY="true"
source $ZSH/oh-my-zsh.sh
# Preferred editor
export EDITOR=nano
source /opt/homebrew/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
########################
# Aliases #
########################
alias code="open $1 -a /Applications/Visual\ Studio\ Code.app"
# Set up SSH Forwarding
ssh-add --apple-use-keychain ~/.ssh/id_rsa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment