konitter / dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

1: Xcode

Install Xcode via App Store.

  • Xcode

Make sure to launch Xcode and agree the license.

2: Setup

Clone this repo, then run the shell script.

$ sh setup.sh

Installing ruby

$ rbenv install -l
$ rbenv install 2.2.0
$ rbenv global 2.2.0
$ ruby -v

Update dotfiles

$ 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

3: App Store

Install apps via App Store.

  • Caffeine
  • Dash
  • formatmatch
  • FreeSpace Tab
  • HiddenMe
  • Keynote
  • LINE
  • MPlayerX
  • Sketch

4: Initialize

$ npm adduser

...etc.

Reference websites.

About

my dotfiles


Languages

Language:Shell 100.0%