Skip to content

ketkulka/dotfiles

Repository files navigation

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

About

dotfiles, vimrc etc

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published