Skip to content

Instantly share code, notes, and snippets.

View brianlechthaler's full-sized avatar
🎉
This account is now 11 years old!

Brian Lechthaler brianlechthaler

🎉
This account is now 11 years old!
View GitHub Profile
@brianlechthaler
brianlechthaler / Lechthaler.terminal
Created December 5, 2015 21:15
My OS X Terminal Theme (copy/paste into TextEdit, save as Lechthaler.terminal, go to Terminal Preferences and import the theme)
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>BackgroundColor</key>
<data>
YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS
AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NPECcw
LjEwOTgwMzkyMTYgMC4xMTM3MjU0OTAyIDAuMTA5ODAzOTIxNgAQAYAC0hAREhNaJGNs
YXNzbmFtZVgkY2xhc3Nlc1dOU0NvbG9yohIUWE5TT2JqZWN0XxAPTlNLZXllZEFyY2hp
@brianlechthaler
brianlechthaler / namegen.sh
Created October 21, 2015 17:01
Name Generator
echo First word, Adjective:
curl -s "http://api.wordnik.com:80/v4/words.json/randomWord?hasDictionaryDef=false&includePartOfSpeech=adjective&minCorpusCount=0&maxCorpusCount=-1&minDictionaryCount=1&maxDictionaryCount=-1&minLength=5&maxLength=-1&api_key=YOUR_API_KEY_HERE"
echo
echo
echo Second word, Noun:
curl "http://api.wordnik.com:80/v4/words.json/randomWord?hasDictionaryDef=false&includePartOfSpeech=noun&minCorpusCount=0&maxCorpusCount=-1&minDictionaryCount=1&maxDictionaryCount=-1&minLength=5&maxLength=-1&api_key=YOUR_API_KEY_HERE"
echo
echo
echo Now, combine these two, and you have your name.
echo For example, if your two words were ‘taught’ and ‘webzines’, your name would be TaughtWebzines.
@brianlechthaler
brianlechthaler / .zshrc
Last active July 31, 2019 02:23
My .zshrc
#export PATH=$HOME/anaconda3/bin:$PATH
#export PATH=$HOME/anaconda2/bin:$PATH
export BANNERMSG="Edit your .zshrc!"
export GREP_COLOR=always
export LANG=en_US.utf8
#export EDITOR=/bin/nano
#export GOPATH=$HOME/go/
#export GOCODE=$HOME/go/
#export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR=/usr/local/share/zsh-syntax-highlighting/highlighters