Last active
December 21, 2016 07:57
-
-
Save jmahc/f9794c28369df01ba815da0ccb6c282f to your computer and use it in GitHub Desktop.
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
export NVM_DIR=~/.nvm | |
source ~/.nvm/nvm.sh |
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
# If you come from bash you might have to change your $PATH. | |
# export PATH=$HOME/bin:/usr/local/bin:$PATH | |
# Path to your oh-my-zsh installation. | |
export ZSH=/Users/jordanmcardle/.oh-my-zsh | |
# Set name of the theme to load. Optionally, if you set this to "random" | |
# it'll load a random theme each time that oh-my-zsh is loaded. | |
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes | |
ZSH_THEME="agnoster" | |
# Uncomment the following line to use case-sensitive completion. | |
# CASE_SENSITIVE="true" | |
# Uncomment the following line to use hyphen-insensitive completion. Case | |
# sensitive completion must be off. _ and - will be interchangeable. | |
# HYPHEN_INSENSITIVE="true" | |
# Uncomment the following line to disable bi-weekly auto-update checks. | |
# DISABLE_AUTO_UPDATE="true" | |
# Uncomment the following line to change how often to auto-update (in days). | |
# export UPDATE_ZSH_DAYS=13 | |
# Uncomment the following line to disable colors in ls. | |
# DISABLE_LS_COLORS="true" | |
# Uncomment the following line to disable auto-setting terminal title. | |
# DISABLE_AUTO_TITLE="true" | |
# Uncomment the following line to enable command auto-correction. | |
# ENABLE_CORRECTION="true" | |
# Uncomment the following line to display red dots whilst waiting for completion. | |
# COMPLETION_WAITING_DOTS="true" | |
# Uncomment the following line if you want to disable marking untracked files | |
# under VCS as dirty. This makes repository status check for large repositories | |
# much, much faster. | |
# DISABLE_UNTRACKED_FILES_DIRTY="true" | |
# Uncomment the following line if you want to change the command execution time | |
# stamp shown in the history command output. | |
# The optional three formats: "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" | |
# HIST_STAMPS="mm/dd/yyyy" | |
# Would you like to use another custom folder than $ZSH/custom? | |
# ZSH_CUSTOM=/path/to/new-custom-folder | |
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) | |
# Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ | |
# Example format: plugins=(rails git textmate ruby lighthouse) | |
# Add wisely, as too many plugins slow down shell startup. | |
# Custom plugins MUST be added before `oh-my-zsh.sh` is sourced. | |
plugins+=(zsh-nvm) | |
plugins+=(zsh-better-npm-completion) | |
plugins=(git) | |
plugins=(zsh-autosuggestions) | |
source $ZSH/oh-my-zsh.sh | |
# Node Version Manager | |
# Set NVM_DIR if it isn't already defined | |
# [[ -z "$NVM_DIR" ]] && export NVM_DIR="$HOME/.nvm" | |
export NVM_DIR="$HOME/.nvm" | |
[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh" # This loads nvm | |
# Yarn - Facebook's new dependency manager | |
export PATH="$PATH:$HOME/.yarn/bin" | |
# User configuration | |
# export MANPATH="/usr/local/man:$MANPATH" | |
# You may need to manually set your language environment | |
# export LANG=en_US.UTF-8 | |
# Preferred editor for local and remote sessions | |
# if [[ -n $SSH_CONNECTION ]]; then | |
# export EDITOR='vim' | |
# else | |
# export EDITOR='mvim' | |
# fi | |
# Compilation flags | |
# export ARCHFLAGS="-arch x86_64" | |
# ssh | |
# export SSH_KEY_PATH="~/.ssh/dsa_id" | |
# JMAC added | |
export PATH="$PATH:/usr/local/share/npm/bin" | |
zstyle ':completion:*' rehash true | |
# Set personal aliases, overriding those provided by oh-my-zsh libs, | |
# plugins, and themes. Aliases can be placed here, though oh-my-zsh | |
# users are encouraged to define aliases within the ZSH_CUSTOM folder. | |
# For a full list of active aliases, run `alias`. | |
# | |
# Example aliases | |
# alias zshconfig="mate ~/.zshrc" | |
# alias ohmyzsh="mate ~/.oh-my-zsh" | |
source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh |
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
{ | |
"Working Directory" : "\/Users\/YourNameHere", | |
"Prompt Before Closing 2" : false, | |
"Selected Text Color" : { | |
"Blue Component" : 0.9476005, | |
"Green Component" : 0.9476005, | |
"Red Component" : 0.9476005 | |
}, | |
"Rows" : 25, | |
"Ansi 11 Color" : { | |
"Blue Component" : 0.7996491, | |
"Green Component" : 1, | |
"Red Component" : 1 | |
}, | |
"Use Italic Font" : true, | |
"Foreground Color" : { | |
"Blue Component" : 0.7333333492279053, | |
"Green Component" : 0.7333333492279053, | |
"Red Component" : 0.7333333492279053 | |
}, | |
"Right Option Key Sends" : 0, | |
"Character Encoding" : 4, | |
"Selection Color" : { | |
"Blue Component" : 0.5153061, | |
"Green Component" : 0.2224857, | |
"Red Component" : 0.2099074 | |
}, | |
"Mouse Reporting" : true, | |
"Cursor Boost" : 0, | |
"Blend" : 0.3170935997596154, | |
"Ansi 4 Color" : { | |
"Blue Component" : 0.9960784, | |
"Green Component" : 0.7960784, | |
"Red Component" : 0.5882353 | |
}, | |
"Non-ASCII Anti Aliased" : true, | |
"Sync Title" : false, | |
"Disable Window Resizing" : true, | |
"Description" : "Default", | |
"Close Sessions On End" : true, | |
"Jobs to Ignore" : [ | |
"rlogin", | |
"ssh", | |
"slogin", | |
"telnet" | |
], | |
"Scrollback Lines" : 1000, | |
"Prevent Opening in a Tab" : false, | |
"Flashing Bell" : false, | |
"Cursor Guide Color" : { | |
"Red Component" : 0.65, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 1, | |
"Alpha Component" : 0.25, | |
"Green Component" : 0.91 | |
}, | |
"BM Growl" : true, | |
"Ansi 3 Color" : { | |
"Blue Component" : 0.7137255, | |
"Green Component" : 1, | |
"Red Component" : 1 | |
}, | |
"Use Non-ASCII Font" : false, | |
"Link Color" : { | |
"Red Component" : 0.023, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0.678, | |
"Alpha Component" : 1, | |
"Green Component" : 0.27 | |
}, | |
"Shortcut" : "", | |
"Background Image Location" : "\/Volumes\/750HDD\/Media\/Images\/YourPictureHere.jpg", | |
"Bold Color" : { | |
"Blue Component" : 1, | |
"Green Component" : 1, | |
"Red Component" : 1 | |
}, | |
"Use Cursor Guide" : false, | |
"Unlimited Scrollback" : true, | |
"Custom Command" : "No", | |
"Keyboard Map" : { | |
"0xf700-0x260000" : { | |
"Text" : "[1;6A", | |
"Action" : 10 | |
}, | |
"0x37-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0x32-0x40000" : { | |
"Text" : "0x00", | |
"Action" : 11 | |
}, | |
"0xf709-0x20000" : { | |
"Text" : "[17;2~", | |
"Action" : 10 | |
}, | |
"0xf70c-0x20000" : { | |
"Text" : "[20;2~", | |
"Action" : 10 | |
}, | |
"0xf729-0x20000" : { | |
"Text" : "[1;2H", | |
"Action" : 10 | |
}, | |
"0xf72b-0x40000" : { | |
"Text" : "[1;5F", | |
"Action" : 10 | |
}, | |
"0xf705-0x20000" : { | |
"Text" : "[1;2Q", | |
"Action" : 10 | |
}, | |
"0xf703-0x260000" : { | |
"Text" : "[1;6C", | |
"Action" : 10 | |
}, | |
"0xf700-0x220000" : { | |
"Text" : "[1;2A", | |
"Action" : 10 | |
}, | |
"0xf701-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x42", | |
"Action" : 11 | |
}, | |
"0x38-0x40000" : { | |
"Text" : "0x7f", | |
"Action" : 11 | |
}, | |
"0x33-0x40000" : { | |
"Text" : "0x1b", | |
"Action" : 11 | |
}, | |
"0xf703-0x220000" : { | |
"Text" : "[1;2C", | |
"Action" : 10 | |
}, | |
"0xf701-0x240000" : { | |
"Text" : "[1;5B", | |
"Action" : 10 | |
}, | |
"0xf70d-0x20000" : { | |
"Text" : "[21;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x260000" : { | |
"Text" : "[1;6D", | |
"Action" : 10 | |
}, | |
"0xf729-0x40000" : { | |
"Text" : "[1;5H", | |
"Action" : 10 | |
}, | |
"0xf706-0x20000" : { | |
"Text" : "[1;2R", | |
"Action" : 10 | |
}, | |
"0x34-0x40000" : { | |
"Text" : "0x1c", | |
"Action" : 11 | |
}, | |
"0xf700-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x41", | |
"Action" : 11 | |
}, | |
"0x2d-0x40000" : { | |
"Text" : "0x1f", | |
"Action" : 11 | |
}, | |
"0xf70e-0x20000" : { | |
"Text" : "[23;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x220000" : { | |
"Text" : "[1;2D", | |
"Action" : 10 | |
}, | |
"0xf703-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x43", | |
"Action" : 11 | |
}, | |
"0xf700-0x240000" : { | |
"Text" : "[1;5A", | |
"Action" : 10 | |
}, | |
"0xf707-0x20000" : { | |
"Text" : "[1;2S", | |
"Action" : 10 | |
}, | |
"0xf70a-0x20000" : { | |
"Text" : "[18;2~", | |
"Action" : 10 | |
}, | |
"0x35-0x40000" : { | |
"Text" : "0x1d", | |
"Action" : 11 | |
}, | |
"0xf70f-0x20000" : { | |
"Text" : "[24;2~", | |
"Action" : 10 | |
}, | |
"0xf703-0x240000" : { | |
"Text" : "[1;5C", | |
"Action" : 10 | |
}, | |
"0xf701-0x260000" : { | |
"Text" : "[1;6B", | |
"Action" : 10 | |
}, | |
"0xf702-0x280000" : { | |
"Text" : "0x1b 0x1b 0x5b 0x44", | |
"Action" : 11 | |
}, | |
"0xf72b-0x20000" : { | |
"Text" : "[1;2F", | |
"Action" : 10 | |
}, | |
"0x36-0x40000" : { | |
"Text" : "0x1e", | |
"Action" : 11 | |
}, | |
"0xf708-0x20000" : { | |
"Text" : "[15;2~", | |
"Action" : 10 | |
}, | |
"0xf701-0x220000" : { | |
"Text" : "[1;2B", | |
"Action" : 10 | |
}, | |
"0xf70b-0x20000" : { | |
"Text" : "[19;2~", | |
"Action" : 10 | |
}, | |
"0xf702-0x240000" : { | |
"Text" : "[1;5D", | |
"Action" : 10 | |
}, | |
"0xf704-0x20000" : { | |
"Text" : "[1;2P", | |
"Action" : 10 | |
} | |
}, | |
"Ansi 14 Color" : { | |
"Blue Component" : 0.9970397, | |
"Green Component" : 0.8763103, | |
"Red Component" : 0.8759136 | |
}, | |
"Ansi 2 Color" : { | |
"Blue Component" : 0.3764706, | |
"Green Component" : 1, | |
"Red Component" : 0.6588235 | |
}, | |
"Send Code When Idle" : false, | |
"ASCII Anti Aliased" : true, | |
"Tags" : [ | |
"macOS", | |
"atom", | |
"zsh" | |
], | |
"Ansi 9 Color" : { | |
"Blue Component" : 0.6901961, | |
"Green Component" : 0.7137255, | |
"Red Component" : 1 | |
}, | |
"Use Bold Font" : true, | |
"Silence Bell" : false, | |
"Ansi 12 Color" : { | |
"Blue Component" : 0.9982605, | |
"Green Component" : 0.8627756, | |
"Red Component" : 0.7116503 | |
}, | |
"Window Type" : 1, | |
"Use Bright Bold" : true, | |
"Cursor Text Color" : { | |
"Blue Component" : 1, | |
"Green Component" : 1, | |
"Red Component" : 1 | |
}, | |
"Default Bookmark" : "No", | |
"Ansi 1 Color" : { | |
"Blue Component" : 0.3764706, | |
"Green Component" : 0.4235294, | |
"Red Component" : 1 | |
}, | |
"Cursor Color" : { | |
"Blue Component" : 0.3764706, | |
"Green Component" : 0.6470588, | |
"Red Component" : 1 | |
}, | |
"Name" : "Jordan", | |
"Blinking Cursor" : true, | |
"Guid" : "C819CDC6-093F-455D-B963-17A5285C88D2", | |
"Ansi 8 Color" : { | |
"Blue Component" : 0.4862745, | |
"Green Component" : 0.4862745, | |
"Red Component" : 0.4862745 | |
}, | |
"Ansi 10 Color" : { | |
"Blue Component" : 0.6727703, | |
"Green Component" : 1, | |
"Red Component" : 0.8094148 | |
}, | |
"Idle Code" : 0, | |
"Badge Color" : { | |
"Red Component" : 1, | |
"Color Space" : "Calibrated", | |
"Blue Component" : 0, | |
"Alpha Component" : 0.5, | |
"Green Component" : 0 | |
}, | |
"Smart Cursor Color" : true, | |
"Ambiguous Double Width" : false, | |
"Blur Radius" : 8.526111778846152, | |
"Ansi 0 Color" : { | |
"Blue Component" : 0.3097887, | |
"Green Component" : 0.3097887, | |
"Red Component" : 0.3097887 | |
}, | |
"Cursor Type" : 1, | |
"Blur" : true, | |
"Vertical Spacing" : 1.1, | |
"Normal Font" : "FiraCode-Regular 11", | |
"Ansi 7 Color" : { | |
"Blue Component" : 0.9335317, | |
"Green Component" : 0.9335317, | |
"Red Component" : 0.9335317 | |
}, | |
"Command" : "", | |
"Terminal Type" : "xterm-256color", | |
"Horizontal Spacing" : 1.052404932228916, | |
"Option Key Sends" : 0, | |
"Only The Default BG Color Uses Transparency" : true, | |
"Blink Allowed" : true, | |
"Minimum Contrast" : 0, | |
"Ansi 15 Color" : { | |
"Blue Component" : 1, | |
"Green Component" : 1, | |
"Red Component" : 1 | |
}, | |
"Ansi 6 Color" : { | |
"Blue Component" : 0.9960784, | |
"Green Component" : 0.772549, | |
"Red Component" : 0.7764706 | |
}, | |
"Transparency" : 0.2665426220414202, | |
"Background Color" : { | |
"Blue Component" : 0, | |
"Green Component" : 0, | |
"Red Component" : 0 | |
}, | |
"Screen" : -1, | |
"Non Ascii Font" : "Zapfino 12", | |
"Ansi 13 Color" : { | |
"Blue Component" : 0.9965209, | |
"Green Component" : 0.6133059, | |
"Red Component" : 1 | |
}, | |
"Use Tab Color" : true, | |
"Columns" : 80, | |
"Visual Bell" : true, | |
"Custom Directory" : "No", | |
"Thin Strokes" : 1, | |
"Ansi 5 Color" : { | |
"Blue Component" : 0.9921569, | |
"Green Component" : 0.4509804, | |
"Red Component" : 1 | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment