dotfiles

Created: 2008-10-25 17:41
Updated: 2017-05-04 19:37

README.md

Setup MacBook

Generate keys and install Command Line Tools

$ ssh-keygen
$ xcode-select --install

Clone dotfiles

$ git clone git@github.com:castor4bit/dotfiles.git ~/Projects/dotfiles
$ cd ~/Projects/dotfiles

Set OS X preferences

$ sh ./.osx
  • Restart (not logout) computer
  • Install Xcode (from App Store)

Agree to the Xcode license agreements

$ sudo xcodebuild -license

Install Homebrew and packages

$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ cd ~/Projects/dotfiles
$ brew tap Homebrew/bundle
$ brew bundle

Install Ricty font

$ cp -f /usr/local/Library/LinkedKegs/ricty/share/fonts/Ricty*.ttf ~/Library/Fonts/
$ fc-cache -vf

Install dotfiles and misc

$ cd ~/Projects/dotfiles
$ ./setup.sh
$ ln -s $HOME/Projects/dotfiles/.zshrc.mine.ricotte $HOME/.zshrc.mine

Edit .zshenv.local

$ vi ~/.zshenv.local
---
# github
export HOMEBREW_GITHUB_API_TOKEN=

# aws
export AWS_ACCESS_KEY=
export AWS_SECRET_KEY=
Cookies help us deliver our services. By using our services, you agree to our use of cookies Learn more