Skip to content

ExMember/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Custom configuration files.

vi

Setup

  1. Delete or move the local vim config:
    rm ~/.vimrc or
    mv ~/.vimrc ~/.vimrc.local

  2. Link to the new vim config file:
    ln -s <PATH_TO_REPO>/dotfiles/vimrc ~/.vimrc

  3. Get Vundle:
    git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
    vim +PluginInstall +qall

git

Setup

  1. Install Exuberant Ctags:
    OS X: brew install ctags
    The output from ctags --version should say "Exuberant CTags"

  2. Use the template directory for all new git repos: git config --global init.templatedir '<PATH_TO_REPO>/git_template'

  3. Add the template files to pre-existing repos: git init

Features

Update the ctags file whenever the repository changes. (Stolen from Tim Pope)

rspec

Link to the new rspec config file: `ln -s <PATH_TO_REPO>/dotfiles/rspec ~/.rspec

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published