Skip to content

Instantly share code, notes, and snippets.

@defaultvoice
Created July 29, 2019 09:28
Show Gist options
  • Save defaultvoice/ca42686ea1e47b7b9be0e37b7dfab8cd to your computer and use it in GitHub Desktop.
Save defaultvoice/ca42686ea1e47b7b9be0e37b7dfab8cd to your computer and use it in GitHub Desktop.
Terminal settings
antigen use oh-my-zsh
antigen bundles <<EOBUNDLES
osx
iterm2
sudo
common-aliases
cp
history
rsync
ssh-agent
git
nvm
node
npm
npx
frontend-search
jsontools
vscode
EOBUNDLES
antigen theme https://github.com/denysdovhan/spaceship-prompt spaceship
antigen apply
# antigen init
export ZSH=$HOME/.antigen/bundles/robbyrussell/oh-my-zsh
ANTIGEN_CACHE=$HOME/.antigen/init.zsh
typeset -a ANTIGEN_CHECK_FILES=($HOME/.zshrc $HOME/.antigenrc)
source $HOME/antigen.zsh
antigen init $HOME/.antigenrc
# helpers
export PATH=$PATH:./node_modules/.bin
export NPX_PWD=$(which npx)
export NODE_PWD=$(which npx)
alias npxl='$NODE_PWD --max_old_space_size=8000 $NPX_PWD'
iterm 2 theme
https://github.com/mbadolato/iTerm2-Color-Schemes/blob/master/schemes/AdventureTime.itermcolors
font
https://github.com/ryanoasis/nerd-fonts/tree/master/patched-fonts/FiraCode/Retina/complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment