Skip to content

A set of vim, zsh, git, and tmux configuration files.

License

Notifications You must be signed in to change notification settings

felixlaumon/dotfiles-rcm

 
 

Repository files navigation

felixlaumon's dotfiles

Fork of https://github.com/thoughtbot/dotfiles

Requirements

Set zsh as your login shell:

chsh -s $(which zsh)

Install the-silver-searcher

Install

Clone onto your laptop:

git clone git://github.com/felixlaumon/dotfiles.git

(Or, fork and keep your fork updated).

Install rcm:

brew tap thoughtbot/formulae
brew install rcm

Install the dotfiles:

env RCRC=$HOME/dotfiles/rcrc rcup

This command will create symlinks for config files in your home directory. Setting the RCRC environment variable tells rcup to use standard configuration options:

  • Exclude the README.md and LICENSE files, which are part of the dotfiles repository but do not need to be symlinked in.
  • Give precedence to personal overrides which by default are placed in ~/dotfiles-local

You can safely run rcup multiple times to update:

rcup

About

A set of vim, zsh, git, and tmux configuration files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 68.0%
  • Vim Script 19.2%
  • Shell 12.6%
  • CSS 0.2%