Skip to content

Instantly share code, notes, and snippets.

@mattfelsen
Last active July 27, 2016 17:19
Show Gist options
  • Select an option

  • Save mattfelsen/0960b4fe95889215af8f to your computer and use it in GitHub Desktop.

Select an option

Save mattfelsen/0960b4fe95889215af8f to your computer and use it in GitHub Desktop.

Revisions

  1. mattfelsen revised this gist Aug 25, 2014. 1 changed file with 3 additions and 0 deletions.
    3 changes: 3 additions & 0 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,9 @@
    - Text editing -> show line numbers, trim whitespace from empty lines
    - Downloads -> Install command line tools

    ### Terminal
    - [Monokai theme](https://github.com/Pephers/monokai-for-terminal-app)

    ### Safari
    Re-enable delete key as back button

  2. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion software-setup.md
    Original file line number Diff line number Diff line change
    @@ -51,7 +51,7 @@ Re-enable delete key as back button

    And all the software!

    brew cask install arduino
    brew cask install arduino
    brew cask install arduino-beta
    brew cask install atom
    brew cask install bonjour-browser
  3. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 16 additions and 1 deletion.
    17 changes: 16 additions & 1 deletion software-setup.md
    Original file line number Diff line number Diff line change
    @@ -51,19 +51,34 @@ Re-enable delete key as back button

    And all the software!

    brew cask install arduino
    brew cask install arduino
    brew cask install arduino-beta
    brew cask install atom
    brew cask install bonjour-browser
    brew cask install chicken
    brew cask install coconutbattery
    brew cask install cyberduck
    brew cask install dropbox
    brew cask install firefox
    brew cask install flash
    brew cask install fritzing
    brew cask install google-chrome
    brew cask install google-drive
    brew cask install less
    brew cask install mamp
    brew cask install menumeters
    brew cask install monolingual
    brew cask install mou
    brew cask install processing
    brew cask install qlmarkdown
    brew cask install quicklook-json
    brew cask install sdformatter
    brew cask install sequel-pro
    brew cask install skype
    brew cask install soundcleod
    brew cask install spotify
    brew cask install sublime-text3
    brew cask install transmission
    brew cask install vlc

    ### node
  4. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 16 additions and 1 deletion.
    17 changes: 16 additions & 1 deletion software-setup.md
    Original file line number Diff line number Diff line change
    @@ -79,5 +79,20 @@ Common node modules:
    ### atom packages

    brew install atom # if you didn't above
    apm install atom-color-highlight atom-monokai atom-monokai-dark autoclose-html autocomplete-plus close-after-last-tab color-picker linter linter-jshint minimap minimap-color-highlight minimap-find-and-replace minimap-highlight-selected monokai-flat regex-railroad-diagram sort-lines
    apm install atom-color-highlight
    apm install atom-monokai
    apm install atom-monokai-dark
    apm install autoclose-html
    apm install autocomplete-plus
    apm install close-after-last-tab
    apm install color-picker
    apm install linter
    apm install linter-jshint
    apm install minimap
    apm install minimap-color-highlight
    apm install minimap-find-and-replace
    apm install minimap-highlight-selected
    apm install monokai-flat
    apm install regex-railroad-diagram
    apm install sort-lines

  5. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 37 additions and 27 deletions.
    64 changes: 37 additions & 27 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,37 @@
    ## So you got a new computer, eh?
    # So you got a new computer, eh?

    ## Point & click stuff

    ### Xcode
    - [Monokai theme](https://github.com/b0ti/xcode-monokai-revisited)
    - [OF Addon Plugin](https://github.com/admsyn/OFPlugin)
    - Prefs
    - Text editing -> indentation -> prefer tabs
    - Text editing -> show line numbers, trim whitespace from empty lines
    - Downloads -> Install command line tools

    ### Safari
    Re-enable delete key as back button

    defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES

    - Prefs -> Safari opens with -> All windows from last sessions
    - [Markdown Here extension](https://extensions.apple.com/details/?id=ca.adampritchard.markdown-here.safari-BGUP9R32DW)

    ### System Preferences
    - Trackpad
    - Turn on tap to click
    - Turn off inverted scroll direction
    - Keyboard
    - Text -> turn off smart quotes
    - Shortcuts -> turn on full keyboard access to all controls (or just ctrl + f7)
    - Mission Control
    - Turn off displays have separate spaces # really? maybe i want this?

    ### Misc Software (Most likely not in Homebrew Cask)
    - [MiniPlayer](http://blog.mpow.it/MiniPlayer-Mac/)

    ## CLI stuff

    ### git

    @@ -43,31 +76,8 @@ Common node modules:
    npm install -g sails
    npm install -g yo

    ### Xcode
    - [Monokai theme](https://github.com/b0ti/xcode-monokai-revisited)
    - [OF Addon Plugin](https://github.com/admsyn/OFPlugin)
    - Prefs
    - Text editing -> indentation -> prefer tabs
    - Text editing -> show line numbers, trim whitespace from empty lines
    - Downloads -> Install command line tools

    ### Safari
    Re-enable delete key as back button
    ### atom packages

    defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES
    brew install atom # if you didn't above
    apm install atom-color-highlight atom-monokai atom-monokai-dark autoclose-html autocomplete-plus close-after-last-tab color-picker linter linter-jshint minimap minimap-color-highlight minimap-find-and-replace minimap-highlight-selected monokai-flat regex-railroad-diagram sort-lines

    - Prefs -> Safari opens with -> All windows from last sessions
    - [Markdown Here extension](https://extensions.apple.com/details/?id=ca.adampritchard.markdown-here.safari-BGUP9R32DW)

    ### System Preferences
    - Trackpad
    - Turn on tap to click
    - Turn off inverted scroll direction
    - Keyboard
    - Text -> turn off smart quotes
    - Shortcuts -> turn on full keyboard access to all controls (or just ctrl + f7)
    - Mission Control
    - Turn off displays have separate spaces # really? maybe i want this?

    ### Misc Software (Most likely not in Homebrew Cask)
    - [MiniPlayer](http://blog.mpow.it/MiniPlayer-Mac/)
  6. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 15 additions and 15 deletions.
    30 changes: 15 additions & 15 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -18,7 +18,20 @@

    And all the software!

    brew cask install arduino arduino-beta atom cyberduck google-chrome menumeters mou processing qlmarkdown quicklook-json soundcleod spotify sublime-text3 vlc
    brew cask install arduino
    brew cask install arduino-beta
    brew cask install atom
    brew cask install cyberduck
    brew cask install google-chrome
    brew cask install menumeters
    brew cask install mou
    brew cask install processing
    brew cask install qlmarkdown
    brew cask install quicklook-json
    brew cask install soundcleod
    brew cask install spotify
    brew cask install sublime-text3
    brew cask install vlc

    ### node

    @@ -38,10 +51,6 @@ Common node modules:
    - Text editing -> show line numbers, trim whitespace from empty lines
    - Downloads -> Install command line tools

    ### Finder
    - QuickLook plugins
    - [JSON](http://www.sagtau.com/quicklookjson.html)

    ### Safari
    Re-enable delete key as back button

    @@ -60,14 +69,5 @@ Re-enable delete key as back button
    - Mission Control
    - Turn off displays have separate spaces # really? maybe i want this?

    ### Software
    - Utils
    - [Google Chrome](https://www.google.com/chrome/browser/)
    - [Mou](http://www.mouapp.com/)
    - [MenuMeters](http://www.ragingmenace.com/software/menumeters/#download)
    - Video
    - [VLC](http://www.videolan.org)
    - Music
    - [Soundcleod](https://github.com/salomvary/soundcleod)
    - [Spotify](https://www.spotify.com/us/download/mac/)
    ### Misc Software (Most likely not in Homebrew Cask)
    - [MiniPlayer](http://blog.mpow.it/MiniPlayer-Mac/)
  7. mattfelsen revised this gist Aug 23, 2014. 1 changed file with 9 additions and 0 deletions.
    9 changes: 9 additions & 0 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -11,6 +11,15 @@
    ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
    brew doctor

    ### Homebrew Cask

    brew install caskroom/cask/brew-cask
    brew tap caskroom/versions

    And all the software!

    brew cask install arduino arduino-beta atom cyberduck google-chrome menumeters mou processing qlmarkdown quicklook-json soundcleod spotify sublime-text3 vlc

    ### node

    brew install nodejs
  8. mattfelsen revised this gist Aug 22, 2014. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -23,6 +23,7 @@ Common node modules:

    ### Xcode
    - [Monokai theme](https://github.com/b0ti/xcode-monokai-revisited)
    - [OF Addon Plugin](https://github.com/admsyn/OFPlugin)
    - Prefs
    - Text editing -> indentation -> prefer tabs
    - Text editing -> show line numbers, trim whitespace from empty lines
  9. mattfelsen created this gist Aug 22, 2014.
    63 changes: 63 additions & 0 deletions software-setup.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,63 @@
    ## So you got a new computer, eh?

    ### git

    git config --global user.name "Matt Felsen"
    git config --global user.email "[email protected]"
    git config --global core.editor "nano"

    ### Homebrew

    ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
    brew doctor

    ### node

    brew install nodejs

    Common node modules:

    npm install -g express
    npm install -g sails
    npm install -g yo

    ### Xcode
    - [Monokai theme](https://github.com/b0ti/xcode-monokai-revisited)
    - Prefs
    - Text editing -> indentation -> prefer tabs
    - Text editing -> show line numbers, trim whitespace from empty lines
    - Downloads -> Install command line tools

    ### Finder
    - QuickLook plugins
    - [JSON](http://www.sagtau.com/quicklookjson.html)

    ### Safari
    Re-enable delete key as back button

    defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES

    - Prefs -> Safari opens with -> All windows from last sessions
    - [Markdown Here extension](https://extensions.apple.com/details/?id=ca.adampritchard.markdown-here.safari-BGUP9R32DW)

    ### System Preferences
    - Trackpad
    - Turn on tap to click
    - Turn off inverted scroll direction
    - Keyboard
    - Text -> turn off smart quotes
    - Shortcuts -> turn on full keyboard access to all controls (or just ctrl + f7)
    - Mission Control
    - Turn off displays have separate spaces # really? maybe i want this?

    ### Software
    - Utils
    - [Google Chrome](https://www.google.com/chrome/browser/)
    - [Mou](http://www.mouapp.com/)
    - [MenuMeters](http://www.ragingmenace.com/software/menumeters/#download)
    - Video
    - [VLC](http://www.videolan.org)
    - Music
    - [Soundcleod](https://github.com/salomvary/soundcleod)
    - [Spotify](https://www.spotify.com/us/download/mac/)
    - [MiniPlayer](http://blog.mpow.it/MiniPlayer-Mac/)