athaeryn / dotfiles

My dotfiles.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My dotfiles

1. Install Homebrew

$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"

2. Install RCM

brew tap thoughtbot/formulae
brew install rcm

3. RCM

(Assuming this repo is at ~/code/athaeryn/dotfiles)

$ cd
$ ln -s code/athaeryn/dotfiles/rcrc .rcrc
$ rcup -v

Also install these with Homebrew

bash
git
vim
neovim

tmux
reattach-to-user-namespace

rbenv
ruby-build

ccrypt
direnv
the_silver_searcher
tree

ZSH

After installing zsh with Homebrew, add /usr/local/bin/zsh to /etc/shells, then:

chsh -s /usr/local/bin/zsh

After opening a new terminal:

compaudit | xargs chmod g-w

About

My dotfiles.


Languages

Language:Vim Script 74.5%Language:Shell 24.4%Language:JavaScript 0.9%Language:Ruby 0.2%