Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 764 Bytes

README.md

File metadata and controls

30 lines (24 loc) · 764 Bytes

dotfiles

This repo provides quick and portable way to setup your dot environment.

Inspired from https://github.com/ronakg/dotfiles

Backup first

Make sure you back up your current dotfiles, bashrc or other shell settings before you use this.

To use it quickly

  1. git clone this repo
  2. Put this text in your .bashrc file:
[ -f ~/dotfiles/bashrc_user ] && . ~/dotfiles/bashrc_user

Install Utilities if needed: This will also setup the required .files link

~/dotfiles/install_utils.sh

Once you open vim for the first time; do this

:PlugClean
:PlugInstall

Make sure you install powerline fonts on your mac/pc so all the symbols shows up correctly

Install it from here https://github.com/powerline/fonts