Skip to content

Instantly share code, notes, and snippets.

@w3cj
Last active May 23, 2020 08:52
Show Gist options
  • Select an option

  • Save w3cj/4fe7849a636b0c1b84f3c0491fea4912 to your computer and use it in GitHub Desktop.

Select an option

Save w3cj/4fe7849a636b0c1b84f3c0491fea4912 to your computer and use it in GitHub Desktop.

Revisions

  1. w3cj revised this gist Apr 17, 2017. 1 changed file with 2 additions and 1 deletion.
    3 changes: 2 additions & 1 deletion setup.md
    Original file line number Diff line number Diff line change
    @@ -8,7 +8,8 @@

    ## Install Slack

    Search for `Slack` in the apple app store
    * Search for `Slack` in the apple app store
    * If you are using Slack in Chrome, install [this extension](https://chrome.google.com/webstore/detail/slack-desktop-notificatio/cghmfdbnaglgkbajgpkciklfeafoknmp) to help with desktop notifications

    ## Install a Window Manager

  2. w3cj revised this gist Apr 17, 2017. 1 changed file with 7 additions and 6 deletions.
    13 changes: 7 additions & 6 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -10,6 +10,13 @@

    Search for `Slack` in the apple app store

    ## Install a Window Manager

    Choose 1:
    * [Spectacle](https://www.spectacleapp.com/) - Free
    * [Moom](http://manytricks.com/moom/) - $10, Free Trial
    * [Magnet](https://itunes.apple.com/us/app/magnet/id441258766?mt=12) - $1

    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)
    @@ -20,12 +27,6 @@ Visit https://brew.sh/ and copy/paste the command in your terminal.

    (To open the terminal, press CMD+SPACE and search for iterm2)

    ## Install a Window Manager

    [Spectacle](https://www.spectacleapp.com/)

    [Moom](http://manytricks.com/moom/)

    ## Install git

    Run this command in terminal:
  3. w3cj revised this gist Apr 17, 2017. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -64,9 +64,10 @@ Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize

    ## Install zsh and ohmyzsh

    `brew install zsh`
    `brew install zsh zsh-completions`

    http://ohmyz.sh/
    * Set zsh as your default terminal: `chsh -s $(which zsh)`
    * Install [Oh My Zsh](http://ohmyz.sh/)

    ## Change caps lock to ctrl

  4. w3cj revised this gist Apr 17, 2017. 1 changed file with 6 additions and 6 deletions.
    12 changes: 6 additions & 6 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -62,14 +62,14 @@ Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize

    # Extra

    ## Change caps lock to ctrl
    ## Install zsh and ohmyzsh

    System Preferences -> Keyboard -> Modifier Keys -> Change 'Caps Lock' to '^ Control'
    `brew install zsh`

    [https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13](https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13)
    http://ohmyz.sh/

    ## Install zsh and ohmyzsh
    ## Change caps lock to ctrl

    `brew install zsh`
    System Preferences -> Keyboard -> Modifier Keys -> Change 'Caps Lock' to '^ Control'

    http://ohmyz.sh/
    [https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13](https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13)
  5. w3cj revised this gist Apr 17, 2017. 1 changed file with 18 additions and 18 deletions.
    36 changes: 18 additions & 18 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,15 @@
    ## Install atom

    [https://atom.io/](https://atom.io/)

    ## Install Chrome

    [https://www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    ## Install Slack

    Search for `Slack` in the apple app store

    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)
    @@ -8,14 +20,6 @@ Visit https://brew.sh/ and copy/paste the command in your terminal.

    (To open the terminal, press CMD+SPACE and search for iterm2)

    ## Install atom

    [https://atom.io/](https://atom.io/)

    ## Install Chrome

    [https://www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    ## Install a Window Manager

    [Spectacle](https://www.spectacleapp.com/)
    @@ -34,16 +38,6 @@ Before running the following commands, replace YOUR FULL NAME and YOUR EMAIL ADD

    `git config --global user.email 'YOUR EMAIL ADDRESS'`

    ## Install Node

    Run this command in terminal:

    `brew install node`

    ## Install Slack

    Search for `Slack` in the apple app store

    ## Github SSH

    Add SSH key to your github account:
    @@ -52,6 +46,12 @@ Add SSH key to your github account:

    [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)

    ## Install Node

    Run this command in terminal:

    `brew install node`

    ## Login to Learn

    Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize.com)
  6. w3cj revised this gist Apr 17, 2017. 1 changed file with 6 additions and 0 deletions.
    6 changes: 6 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -28,6 +28,12 @@ Run this command in terminal:

    `brew install git`

    Before running the following commands, replace YOUR FULL NAME and YOUR EMAIL ADDRESS with the name and email from your GitHub account.

    `git config --global user.name 'YOUR FULL NAME'`

    `git config --global user.email 'YOUR EMAIL ADDRESS'`

    ## Install Node

    Run this command in terminal:
  7. w3cj revised this gist Apr 17, 2017. 1 changed file with 10 additions and 8 deletions.
    18 changes: 10 additions & 8 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -1,8 +1,12 @@
    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)

    ## Install Homebrew

    Run this command in terminal:
    Visit https://brew.sh/ and copy/paste the command in your terminal.

    `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`
    (To open the terminal, press CMD+SPACE and search for iterm2)

    ## Install atom

    @@ -46,6 +50,8 @@ Add SSH key to your github account:

    Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize.com)

    (Login with Github)

    <hr>

    # Extra
    @@ -56,12 +62,8 @@ System Preferences -> Keyboard -> Modifier Keys -> Change 'Caps Lock' to '^ Cont

    [https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13](https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13)

    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)

    ## Install zsh
    ## Install zsh and ohmyzsh

    `brew install zsh`

    Follow command to set default shell
    http://ohmyz.sh/
  8. w3cj revised this gist Oct 17, 2016. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -42,9 +42,9 @@ Add SSH key to your github account:

    [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)

    ## Login to Workbook
    ## Login to Learn

    Make sure you can login to [https://workbook.galvanize.com](https://workbook.galvanize.com)
    Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize.com)

    <hr>

  9. w3cj revised this gist Apr 18, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -38,6 +38,8 @@ Search for `Slack` in the apple app store

    Add SSH key to your github account:

    [https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/](https://help.github.com/articles/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent/)

    [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)

    ## Login to Workbook
  10. w3cj revised this gist Apr 18, 2016. 1 changed file with 1 addition and 3 deletions.
    4 changes: 1 addition & 3 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -4,12 +4,10 @@ Run this command in terminal:

    `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`

    ## Install atom OR sublime
    ## Install atom

    [https://atom.io/](https://atom.io/)

    [http://www.sublimetext.com/3](http://www.sublimetext.com/3)

    ## Install Chrome

    [https://www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)
  11. w3cj revised this gist Apr 18, 2016. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -52,6 +52,8 @@ Make sure you can login to [https://workbook.galvanize.com](https://workbook.gal

    ## Change caps lock to ctrl

    System Preferences -> Keyboard -> Modifier Keys -> Change 'Caps Lock' to '^ Control'

    [https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13](https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13)

    ## Install iterm2
  12. w3cj revised this gist Apr 18, 2016. 1 changed file with 10 additions and 0 deletions.
    10 changes: 10 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,7 @@
    ## Install Homebrew

    Run this command in terminal:

    `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`

    ## Install atom OR sublime
    @@ -18,8 +20,16 @@

    [Moom](http://manytricks.com/moom/)

    ## Install git

    Run this command in terminal:

    `brew install git`

    ## Install Node

    Run this command in terminal:

    `brew install node`

    ## Install Slack
  13. w3cj revised this gist Apr 18, 2016. 1 changed file with 4 additions and 0 deletions.
    4 changes: 4 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -40,6 +40,10 @@ Make sure you can login to [https://workbook.galvanize.com](https://workbook.gal

    # Extra

    ## Change caps lock to ctrl

    [https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13](https://www.emacswiki.org/emacs/MovingTheCtrlKey#toc13)

    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)
  14. w3cj revised this gist Apr 18, 2016. 1 changed file with 1 addition and 0 deletions.
    1 change: 1 addition & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -15,6 +15,7 @@
    ## Install a Window Manager

    [Spectacle](https://www.spectacleapp.com/)

    [Moom](http://manytricks.com/moom/)

    ## Install Node
  15. w3cj created this gist Apr 18, 2016.
    50 changes: 50 additions & 0 deletions setup.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    ## Install Homebrew

    `/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"`

    ## Install atom OR sublime

    [https://atom.io/](https://atom.io/)

    [http://www.sublimetext.com/3](http://www.sublimetext.com/3)

    ## Install Chrome

    [https://www.google.com/chrome/browser/desktop/index.html](https://www.google.com/chrome/browser/desktop/index.html)

    ## Install a Window Manager

    [Spectacle](https://www.spectacleapp.com/)
    [Moom](http://manytricks.com/moom/)

    ## Install Node

    `brew install node`

    ## Install Slack

    Search for `Slack` in the apple app store

    ## Github SSH

    Add SSH key to your github account:

    [https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/](https://help.github.com/articles/adding-a-new-ssh-key-to-your-github-account/)

    ## Login to Workbook

    Make sure you can login to [https://workbook.galvanize.com](https://workbook.galvanize.com)

    <hr>

    # Extra

    ## Install iterm2

    [https://www.iterm2.com/](https://www.iterm2.com/index.html)

    ## Install zsh

    `brew install zsh`

    Follow command to set default shell