Skip to content

nateirwin/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

A collection of my dotfiles and information/config files to get a new machine up and running.

OS X

  1. Update OS X to latest version
  2. Install any security updates, etc.
  3. Install applications from "Mac App Store" and "Download" lists below
  4. Run sh osx/set-defaults.sh OR brew install mackup then mackup restore

Applications

Mac App Store

  • 1Password
  • Amphetamine
  • Android Studio
  • Asset Resizer
  • ColorSnapper 2
  • Day One
  • Keynote
  • Kindle
  • Magnet
  • MindNode
  • NepTunes
  • Numbers
  • Pages
  • Paprika
  • Paw
  • Pixelmator
  • Power JSON Editor
  • Prepo
  • ProCSSor
  • Reeder 3
  • Screens
  • SimpleScrobbler
  • Skitch
  • Slack
  • Spillo
  • Things
  • Tweetbot
  • Ulysses
  • Wunderlist
  • XCode

Download

Configure

  • Install Homebrew: /usr/bin/ruby -e "$(curl -fsSL https://github.com/raw/Homebrew/install/master/install)"
  • Install Git (brew install git), then:
    • git config --global user.name "Nate Irwin"
    • git config --global user.email "nate@irwin.xyz"
    • git config --global credential.helper osxkeychain
  • Install Node (brew install node), then:
    • npm install grunt-cli -g
    • npm install gulp-cli -g
    • npm install http-server -g
  • Install rbenv (brew install rbenv), then:
    • Paste eval "$(rbenv init -)" into ~/.bash_profile
    • Restart Hyperterm
    • rbenv install 2.2.2
    • rbenv global 2.2.2
    • gem install cocoapods
    • gem install jekyll

Alfred

Setup sync:

  1. Open Alfred preferences
  2. Click the "Advanced" tab
  3. Click "Set sync folder..." and navigate to, and select, "iCloud > Alfred"

Atom

Settings stored in: https://gist.github.com/nateirwin/9f3a5e131294da5abf32ec506631bc4c.

  1. Install sync-settings plugin
  2. In the plugin settings:
    • Add your "Gist" personal access token
    • Add the Gist ID: 9f3a5e131294da5abf32ec506631bc4c
  3. Open the Command Palette and run sync-settings:restore

Hyperterm

Settings stored in: https://gist.github.com/nateirwin/6dcfdaea92b72539e279c69736ac2ccc.

  1. atom ~/.hyperterm.js
  2. Add hyperterm-sync-settings to the plugins array
  3. Save the following in ~/.hyperterm_plugins/.hyperterm-sync-settings.json: { "gistId": "6dcfdaea92b72539e279c69736ac2ccc", "personalAccessToken": "REPLACE_WITH_PERSONAL_ACCESS_TOKEN" }
  4. Restart Hyperterm
  5. Select "Plugins > Sync Settings > Restore Settings"

About

A collection of my dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages