Skip to content

deangerber/dotfiles

Repository files navigation

Readme - "WORK IN PROGRESS"

My vim, zsh, git and other configuration files.

Installation

My dotfiles are managed using rcm.

Install homebrew

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Clone the dotfiles managed by rcm.

git clone git://github.com/deangerber/dotfiles.git ~/.dotfiles

Install homebrew bundle

brew tap Homebrew/bundle

Install all homebrew managed software

brew bundle --file=~/.dotfiles/Brewfile

Use rcm to setup dotfiles

env RCRC=$HOME/.dotfiles/rcrc rcup

The above command only needs to be run the first time. After that just run

rcup

Vim uses Vundle to manage plugins. Install the Vundle plugin.

git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim

Install vim plugins.

vim +PluginInstall +qall

References

About

My vim, zsh, git and other configuration files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published