Install Xcode via App Store.
- Xcode
Make sure to launch Xcode and agree the license.
Clone this repo, then run the shell script.
$ sh setup.sh
$ rbenv install -l
$ rbenv install 2.2.0
$ rbenv global 2.2.0
$ ruby -v
$ homesick pull dotfiles
$ homesick symlink dotfiles
If get an error of the following:
Cannot pull with rebase: You have unstaged changes.
Please commit or stash them.
Deal with something like this.
$ cd ~/.homesick/repos/dotfiles
$ git add .
$ git stash save
$ homesick pull dotfiles
$ homesick symlink dotfiles
$ git stash pop
Install apps via App Store.
- Caffeine
- Dash
- formatmatch
- FreeSpace Tab
- HiddenMe
- Keynote
- LINE
- MPlayerX
- Sketch
$ npm adduser
Reference websites.