Created
July 29, 2019 09:28
-
-
Save defaultvoice/ca42686ea1e47b7b9be0e37b7dfab8cd to your computer and use it in GitHub Desktop.
Terminal settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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