rreece / rdrshell

An extensible organization of my bash dotfiles.

Home Page:http://rreece.github.io/sw/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rdrshell

An extensible organization of my bash dotfiles.

authors:

created: March 3, 2015

Installation

First, clone this package into your home directory as ".rdrshell":

git clone git@github.com:rreece/rdrshell.git .rdrshell

Then run the install script, that simply copies the dotfiles into your $HOME:

cd .rdrshell
source install.sh

Then you can add whatever plugins or personal scripts you want to the .rdrshell/init/ directory and they will be sourced automatically in your next bash shell. For example:

cp plugins/hep init/

License

About

An extensible organization of my bash dotfiles.

http://rreece.github.io/sw/

License:GNU General Public License v3.0


Languages

Language:Vim Script 92.0%Language:Shell 8.0%