Skip to content

apraditya/config_files

 
 

Repository files navigation

This is how I manage my config files.

Requirements

This setup requires ruby and rake gem. Once ruby is installed, run gem install rake. It also requires Oh-My-Zsh, so please install it first.

Installation

Alright, here we go:

  1. Clone the repository

    git clone git://github.com/apraditya/config_files.git

  2. Go to config_files and run rake install

    cd config_files/

    rake install

  3. Run vim to install the plugins

  4. If you want to use NeoVim, link nvim-bootstrap.vim to ~/.config/nvim/init.vim and run nvim to install the plugins

  5. Optionally (but recommended), install Oh-My-Zsh custom plugins:

NOTES

  1. To get completion for git flow working (on MacOS), install git with Homebrew without the completions, brew install git --without-completions

About

My config files (aka dotfiles)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 72.5%
  • Shell 21.5%
  • Ruby 6.0%