systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

commit 5a1a6b63761b91ed986c09c2af4b9d07c9824974
parent f507dd82cc40782a5dd8ed474916106ce5dff0cc
Author: Remy Noulin (Spartatek) <remy.noulin@spartatek.se>
Date:   Sat, 22 Jul 2017 12:02:28 +0200

fix dotfile path

Diffstat:
Mdebian/3-home.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/3-home.sh b/debian/3-home.sh @@ -12,7 +12,7 @@ mkdir ~/bin cp ../dotfiles/updateXapianIndex.sh ~/bin/ cp ../dotfiles/xapianOmegaSearch.sh ~/bin/ mkdir ~/.gnupg -cp ./dotfiles/gpg-agent.conf ~/.gnupg/ +cp ../dotfiles/gpg-agent.conf ~/.gnupg/ #install vim vundle git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim