From 0a3000006b2591c38be074679de7eca7fb9ee51c Mon Sep 17 00:00:00 2001 From: Nikolas Weger Date: Sun, 24 Jan 2016 22:27:10 +0100 Subject: [PATCH] changed path somewhat and added dasht --- .gitmodules | 3 +++ install.conf.yaml | 1 - lib/dasht | 1 + zsh/zshrc | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) create mode 160000 lib/dasht diff --git a/.gitmodules b/.gitmodules index 3ede62a..5bb3504 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "lib/util"] path = lib/util url = https://github.com/skx/sysadmin-util +[submodule "lib/dasht"] + path = lib/dasht + url = https://github.com/sunaku/dasht diff --git a/install.conf.yaml b/install.conf.yaml index 63ba39d..30af7a3 100644 --- a/install.conf.yaml +++ b/install.conf.yaml @@ -1,7 +1,6 @@ - clean: ['~'] - link: - ~/bin: lib/util ~/.fzf: lib/fzf ~/.nano: lib/nano/syntax ~/.nanorc: lib/nano/syntax/nanorc diff --git a/lib/dasht b/lib/dasht new file mode 160000 index 0000000..91696a8 --- /dev/null +++ b/lib/dasht @@ -0,0 +1 @@ +Subproject commit 91696a8df093022a44c7624dd1265bbac9bdbc72 diff --git a/zsh/zshrc b/zsh/zshrc index 8c02901..4a10aff 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -11,7 +11,7 @@ DISABLE_AUTO_UPDATE="true" export GOPATH=${HOME}/go # Path -export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/bin:${PATH}" +export PATH="${GOPATH}/bin:${HOME}/.gem/ruby/2.2.0/bin:${HOME}/dotfiles/lib/util:${HOME}/dotfiles/lib/dasht/bin:${PATH}" # Plugins plugins=(gem bundler composer git vagrant docker python)