Last active
May 23, 2020 08:52
-
-
Save w3cj/4fe7849a636b0c1b84f3c0491fea4912 to your computer and use it in GitHub Desktop.
Revisions
-
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 2 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -8,7 +8,8 @@ ## Install Slack * 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 -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 7 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 git Run this command in terminal: -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 zsh-completions` * Set zsh as your default terminal: `chsh -s $(which zsh)` * Install [Oh My Zsh](http://ohmyz.sh/) ## Change caps lock to ctrl -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 6 additions and 6 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 ## Install zsh and ohmyzsh `brew install zsh` http://ohmyz.sh/ ## 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) -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 18 additions and 18 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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'` ## 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) -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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: -
w3cj revised this gist
Apr 17, 2017 . 1 changed file with 10 additions and 8 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 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 @@ -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 zsh and ohmyzsh `brew install zsh` http://ohmyz.sh/ -
w3cj revised this gist
Oct 17, 2016 . 1 changed file with 2 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 Learn Make sure you can login to [https://learn.galvanize.com](https://learn.galvanize.com) <hr> -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 1 addition and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 [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) -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 2 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 4 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) -
w3cj revised this gist
Apr 18, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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 -
w3cj created this gist
Apr 18, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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