changed path somewhat and added dasht
This commit is contained in:
parent
3eabf77926
commit
0a3000006b
4 changed files with 5 additions and 2 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -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
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
- clean: ['~']
|
||||
|
||||
- link:
|
||||
~/bin: lib/util
|
||||
~/.fzf: lib/fzf
|
||||
~/.nano: lib/nano/syntax
|
||||
~/.nanorc: lib/nano/syntax/nanorc
|
||||
|
|
1
lib/dasht
Submodule
1
lib/dasht
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 91696a8df093022a44c7624dd1265bbac9bdbc72
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue