Skip to content

Instantly share code, notes, and snippets.

View rowbot-weisguy's full-sized avatar

Rowan Weismiller rowbot-weisguy

View GitHub Profile
export ZSH=/Users/rowanweismiller/.oh-my-zsh
ZSH_THEME="cobalt2"
plugins=(git nvm brew extract osx z)
export PATH="$PATH:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/usr/local/sbin:/sbin"
export JAVA_HOME="$(/usr/libexec/java_home -v 1.8)"
# export MANPATH="/usr/local/man:$MANPATH"
source $ZSH/oh-my-zsh.sh
@rowbot-weisguy
rowbot-weisguy / usersettings.json
Created April 10, 2018 17:58
VS Code Settings
{
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 15,
"editor.lineHeight": 25,
"editor.tabSize": 2,
"editor.cursorStyle": "underline-thin",
"editor.cursorBlinking": "solid",
"editor.renderWhitespace": "all",
"editor.rulers": [80, 100],