forked from DustVoice/dotfiles
Add znap gitignore
This commit is contained in:
parent
e56ab6d3dd
commit
9af270ef62
4 changed files with 8 additions and 1 deletions
2
.config/.gitignore
vendored
2
.config/.gitignore
vendored
|
@ -3,12 +3,12 @@
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
|
|
||||||
!/vconsole.conf
|
!/vconsole.conf
|
||||||
|
!/nvim
|
||||||
|
|
||||||
!/alacritty/
|
!/alacritty/
|
||||||
!/bspwm/
|
!/bspwm/
|
||||||
!/dmenu/
|
!/dmenu/
|
||||||
!/nitrogen/
|
!/nitrogen/
|
||||||
!/nvim/
|
|
||||||
!/polybar/
|
!/polybar/
|
||||||
!/rustfmt/
|
!/rustfmt/
|
||||||
!/sxhkd/
|
!/sxhkd/
|
||||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
||||||
[submodule ".znap/dustvoice-zsh-theme"]
|
[submodule ".znap/dustvoice-zsh-theme"]
|
||||||
path = .znap/dustvoice-zsh-theme
|
path = .znap/dustvoice-zsh-theme
|
||||||
url = git@github.com:DustVoice/dustvoice-zsh-theme.git
|
url = git@github.com:DustVoice/dustvoice-zsh-theme.git
|
||||||
|
[submodule ".znap/zsh-snap"]
|
||||||
|
path = .znap/zsh-snap
|
||||||
|
url = https://github.com/marlonrichert/zsh-snap.git
|
||||||
|
|
3
.znap/.gitignore
vendored
3
.znap/.gitignore
vendored
|
@ -1,3 +1,6 @@
|
||||||
/*
|
/*
|
||||||
/*/
|
/*/
|
||||||
!/.gitignore
|
!/.gitignore
|
||||||
|
|
||||||
|
!/dustvoice-zsh-theme
|
||||||
|
!/zsh-snap
|
||||||
|
|
1
.znap/zsh-snap
Submodule
1
.znap/zsh-snap
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6b8792db0e42c4670a220c9d6e9d36750920fabd
|
Loading…
Reference in a new issue