Skip to content

shoaibk/dotfiles-2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

dotfiles

screenshot (Here's what my setup looks like. Vim/Tmux)

Installation

Clone this repo (or your own fork!) to your home directory.

$ cd ~
$ git clone https://github.com/mscoutermarsh/dotfiles

Install rcm

$ brew tap thoughtbot/formulae
$ brew install rcm

Run rcm

$ env RCRC=$HOME/dotfiles/rcrc rcup

Git Config

Make sure you update gitconfig with your own name and email address. Otherwise you'll be committing as me. 😸

Recommended

MacVim

$ brew install macvim --override-system-vim

iterm2
Use iterm2 instead of Terminal: http://iterm2.com/

Prezto
Use Prezto instead of Bash. info & installation instructions here: https://github.com/sorin-ionescu/prezto

Tmux

$ brew install tmux
$ brew install reattach-to-user-namespace

Custom Fonts

For making Airline (vim plugin) look nice, need to use a custom font. See here: https://github.com/Lokaltog/powerline-fonts I use sourcecode pro. Once installed, go into iterm2 and Profiles > Text. Change both fonts.


These are a heavily modified version of Thoughtbot's dotfiles. More detailed instructions are available here: http://github.com/thoughtbot/dotfiles.

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 53.5%
  • Shell 32.3%
  • Ruby 14.2%