/dotfiles

My bash, ruby, rails, git, oracle, vim dotfiles

Primary LanguageShellMIT LicenseMIT

My dotfiles

These are config files to set up a system the way I like it.

Installation

git clone git://github.com/ebeigarts/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install
./osx

Install homebrew q

ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
brew bundle ~/.dotfiles/Brewfile
brew bundle ~/.dotfiles/Caskfile

Install rvm

curl -sSL https://get.rvm.io | bash

Start services:

brew services start mongo
brew services start mysql
brew services start postgres
brew services start redis
brew services start elasticsearch

Configure git

git config --global user.name "your-name"
git config --global user.email "your-email"

Setup MacVim

mkdir -p ~/.vim/janus/vim/colors/tomorrow/colors
curl https://raw.githubusercontent.com/chriskempson/tomorrow-theme/master/vim/colors/Tomorrow.vim \
  -o ~/.vim/janus/vim/colors/tomorrow/colors/Tomorrow.vim