Skip to content

Instantly share code, notes, and snippets.

@polok
Last active January 3, 2023 21:19
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 polok/b02dd260f58a05eaef5ce1f3ab06194a to your computer and use it in GitHub Desktop.
Save polok/b02dd260f58a05eaef5ce1f3ab06194a to your computer and use it in GitHub Desktop.
iterm2 + oh-my-zsh
# Path to your oh-my-zsh installation.
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="eastwood"
# Uncomment the following line to disable colors in ls.
DISABLE_LS_COLORS="true"
plugins=(
git
zsh-syntax-highlighting
zsh-autosuggestions
)
# aliases
alias gs="git status"
alias ls="exa --icons"
alias ll="exa -l -g"
source $ZSH/oh-my-zsh.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment