Skip to content

Instantly share code, notes, and snippets.

@JaredRoth
Last active March 22, 2016 20:18
Show Gist options
  • Save JaredRoth/1e72f28baaf2802e2a20 to your computer and use it in GitHub Desktop.
Save JaredRoth/1e72f28baaf2802e2a20 to your computer and use it in GitHub Desktop.
Make Mod 1 a little easier: Using Atom, Terminal, and other tools

Jared

iTerm

Bash Profile

  • To access it: atom ~/.bash_profile
  • Useful aliases and functions:
  • alias ..='cd ..'
  • alias ga='git add'
  • alias gs='git status'
  • alias gc='git commit -m'
  • alias gb='git checkout -b'
  • alias clone='git clone'
  • function: function md { mkdir $1; cd $1; }
  • Customizing Command Prompt

System Shortcuts

  • command - tab
  • command - space
  • command - `
  • ctrl - command - space
  • ctrl - tab

Andrew

Atom tweaks

Packages

  • Ruby Block
  • File Icons
  • Zen Tabs
  • Themes
  • go wild

Settings

  • Auto Save
  • Show invisibles

Shortcuts

  • Panes cmd-k cmd-direction
  • fuzzy find cmd-t
  • cmd-\ open/close directory
  • ctrl-0 move between directory and editor pane

Spectacle, Flux

  • Spectacle- easily move windows into convenient locations
  • Flux- lower eye strain while working late

Q/A

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