Skip to content

Instantly share code, notes, and snippets.

View BigHeadCreations's full-sized avatar

Timothy Pearson BigHeadCreations

View GitHub Profile
#########
# Aliases
#########
# General aliases
alias ll="ls -lah"
alias www="cd /Applications/MAMP/htdocs/"
alias sshfc="ssh [email protected]"
alias sshrack="ssh [email protected]"
alias web="cd /Applications/MAMP/htdocs/webpower-ce"
alias klg="cd /Applications/MAMP/htdocs/klg-frontend"
# Tim Pearson's Brewfile
# includes casks (gui installs)
brew 'wget'
brew 'httpie'
# Install Cask
brew 'caskroom/cask/brew-cask'
# Install Casks
@BigHeadCreations
BigHeadCreations / config.fish
Last active September 15, 2015 03:16
Fish config file
##########
## Aliases
##########
# General aliases
alias ll="ls -lah"
alias www="cd /Applications/MAMP/htdocs/"
alias sshfc="ssh [email protected]"
alias sshrack="ssh [email protected]"
alias web="cd /Applications/MAMP/htdocs/webpower-ce"
{
"disallowEmptyBlocks" : true,
"disallowMixedSpacesAndTabs" : true,
"disallowMultipleLineStrings" : true,
"disallowMultipleSpaces" : true,
"disallowMultipleVarDecl" : true,
"disallowNewlineBeforeBlockStatements" : true,
"disallowOperatorBeforeLineBreak" : ["+", "."],
"disallowSpaceAfterPrefixUnaryOperators" : ["++", "--", "+", "-", "~", "!"],
"disallowSpaceBeforePostfixUnaryOperators" : ["++", "--"],
{
// enforcing options
"nonew" : true,
"curly" : true,
"noarg" : true,
"forin" : true,
"eqeqeq" : true,
"strict" : true,
"undef" : true,
"bitwise" : true,
# This is my version (Tim's) of the script. It is safe to run. Cheers.
# OSX for Hackers (Mavericks/Yosemite)
#
# Source: https://gist.github.com/brandonb927/3195465
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx