Skip to content

Files

Latest commit

 

History

History
37 lines (23 loc) · 826 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 826 Bytes

dotfiles

These are my dotfiles.

Prerequisites

Install rbenv and rcm:

brew update
brew tap thoughtbot/formulae
brew install rbenv ruby-build rcm

Install also bash it.

To enable bash completion (and newest version of bash):

brew install bash bash-completion
# Add /usr/local/bin/bash to /etc/shells
chsh -s /usr/local/bin/bash

Install

Initially...

git clone git@github.com:orhantoy/dotfiles.git ~/.dotfiles
env RCRC=~/.dotfiles/rcrc rcup

Update

When updating or adding new dotfiles...

rcup