This file contains 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
caffeinate -u -t 3600 |
This file contains 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
lsof -i | grep ESTABLISHED |
This file contains 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
# Start | |
time cat | |
# Ctrl-C to stop |
This file contains 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
alias Finder='open -a Finder ./' |
This file contains 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
def stringOptional(string, preceding="", succeeding="") | |
unless string.nil? | |
return preceding + string + succeeding | |
else | |
return "" | |
end | |
end |
This file contains 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
jekyll serve > /dev/null 2>&1 & |
This file contains 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
#!/bin/sh | |
brew cask install acorn | |
brew cask install alcatraz | |
brew cask install alfred | |
brew cask install anybar | |
brew cask install appcleaner | |
brew cask install atom | |
brew cask install audacity | |
brew cask install audio-hijack | |
brew cask install bartender |
This file contains 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
agnoster | |
bang-bang | |
battery | |
bobthefish | |
brew | |
default | |
fasd | |
gem | |
git-flow | |
python |
This file contains 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
ack | |
archey | |
autoconf | |
automake | |
bash | |
binutils | |
brew-gem | |
cmatrix | |
cmu-pocketsphinx | |
cmu-sphinxbase |
This file contains 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
activesupport (4.2.5) | |
addressable (2.4.0, 2.3.8) | |
babosa (1.0.2) | |
bigdecimal (1.2.7, 1.2.0) | |
bropages (0.1.0) | |
cert (1.2.7) | |
certified (1.0.0) | |
CFPropertyList (2.3.2, 2.2.8) | |
chunky_png (1.3.5) | |
claide (0.9.1) |