dotfiles

Unnamed repository; edit this file 'description' to name the repository.
git clone git://edryd.org/dotfiles
Log | Files | Refs

commit 7949f511b38c05626e32faa889a084595ff25ae3
parent ce472b6691fed610cf6334616863c4d2c22a0c88
Author: Ed van Bruggen <edvb54@gmail.com>
Date:   Tue,  4 Nov 2014 17:34:24 -0800

Update README

Diffstat:
README.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -22,11 +22,12 @@ system looks for them: ln -s ~/dotfiles/gitconfig ~/.gitconfig ln -s ~/dotfiles/gmrunrc ~/.gmrunrc ln -s ~/dotfiles/bin ~/bin + ln -s ~/dotfiles/themes ~/.themes/ + ln -s ~/dotfiles/pentadactyl/ ~/.pentadactyl/ ln -s ~/dotfiles/config/clipit/ ~/.config/ ln -s ~/dotfiles/config/htop/ ~/.config/ ln -s ~/dotfiles/config/openbox/ ~/.config/ ln -s ~/dotfiles/config/terminator/ ~/.config/ - ln -s ~/dotfiles/themes ~/.themes/ Now we need to install the plug-ins which are found in `vimrc.bundles`. To do this I use Vundle, so enter this into the command line: