forked from DustVoice/dotfiles
Use git submodules for neovim and pass
This commit is contained in:
parent
a24f17c88a
commit
579286d2a8
4 changed files with 10 additions and 0 deletions
1
.config/nvim
Submodule
1
.config/nvim
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 388e68d3829276333e0d855b2514e837aa254487
|
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -6,6 +6,7 @@
|
||||||
!.bashrc
|
!.bashrc
|
||||||
!.gitconfig
|
!.gitconfig
|
||||||
!.inputrc
|
!.inputrc
|
||||||
|
!.password-store
|
||||||
!.xinitrc
|
!.xinitrc
|
||||||
!.Xmodmap
|
!.Xmodmap
|
||||||
!.zshrc
|
!.zshrc
|
||||||
|
@ -15,6 +16,7 @@
|
||||||
!.config/fish
|
!.config/fish
|
||||||
!.config/i3
|
!.config/i3
|
||||||
!.config/nitrogen
|
!.config/nitrogen
|
||||||
|
!.config/nvim
|
||||||
!.config/polybar
|
!.config/polybar
|
||||||
|
|
||||||
!.gnupg/gpg-agent.conf
|
!.gnupg/gpg-agent.conf
|
||||||
|
|
6
.gitmodules
vendored
Normal file
6
.gitmodules
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
[submodule ".password-store"]
|
||||||
|
path = .password-store
|
||||||
|
url = git@git.dustvoice.de:DustVoice/pass.git
|
||||||
|
[submodule ".config/nvim"]
|
||||||
|
path = .config/nvim
|
||||||
|
url = git@github.com:DustVoice/nvim.git
|
1
.password-store
Submodule
1
.password-store
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 676a500a1e325e42fe9b3e3be0b22e0cce4a06ba
|
Loading…
Reference in a new issue