Skip to content

Instantly share code, notes, and snippets.

@Epigene
Last active February 11, 2016 07:15
Show Gist options
  • Save Epigene/e5cd893f58ef8ffdc7d3 to your computer and use it in GitHub Desktop.
Save Epigene/e5cd893f58ef8ffdc7d3 to your computer and use it in GitHub Desktop.
RubyOnRails Dev Environment setup on Mac

The Stack

  1. Atom Editor
  2. iTerm2 + Fish2
  3. Spark
  4. Karabiner + Seil + LatvianHash
  5. Postgres app
  6. Dashlane
  7. Flint
  8. Xee

The Setup

Install pCloud for cloud data

Dev Env folder contains everything you need.

Install Chrome, sync your bookmarks

Aux/Mac Ease has a bunch of setup links

Copy LatvianHashPlus.keylayout

cd /Library/Keyboard\ Layouts/

iTerm2

Take iTerm2 settings from Copy "Dev Env/iTerm2" folder

Atom

Consult Dev Env/Atom for setup details

Spark

Browser locatin opening

tell application "Google Chrome"
    open location "http://lvh.me:3000/"
end tell

Open app folder

tell application "Finder"
	open (path to applications folder)
	activate
end tell

Open terminal

tell application "iTerm"
	activate
end tell

Open App folder

tell application "Finder"
    open (path to applications folder)
    activate
end tell

Fish Shell

Restore oh-my-fish config from https://gist.github.com/Epigene/070f320859bcd6a2cf6b

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment