JedIV / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Jed's Dotfiles

To Install:


Clone repository into your ~/ directory.

Rename any dotfiles you are currently using (e.g., .rprofile, .vimrc, .bash_profile) to have the .local suffix (e.g., .rprofile.local)

Run 'git submodule sync' and 'git submodule update --init'

This is only necessary if you don't want to run install.sh Create links from your ~/ directory to the dotfiles directory. ('ln -s dotfiles/.vimrc .vimrc', 'ln -s dotfiles/vim .vim' etc.)

Otherwise run install.sh To Do:


  1. Finish install.sh (set up links)

About


Languages

Language:Vim Script 74.1%Language:Shell 15.4%Language:Ruby 10.5%