Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 418 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 418 Bytes

Helios Center Dotfiles

Install the configs

curl -sSL https://git.io/v7tkw | bash

Vim configuration

Install Vundle:

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

cd $HOME
ln -s .cnfrc/vimrc .vimrc

Fork the this repository

Fork the repository on your github and add your configs

git remote add $USER 'https://github.com/$USER/cnfrc'