Fix submodules
This commit is contained in:
parent
e6bdde0bb4
commit
4a0079654f
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@
|
|||||||
!ascii-arts
|
!ascii-arts
|
||||||
!ascii-arts/*
|
!ascii-arts/*
|
||||||
!zsh-stuff
|
!zsh-stuff
|
||||||
|
!zsh-stuff/*
|
||||||
|
|
||||||
!.config
|
!.config
|
||||||
!.config/picom
|
!.config/picom
|
||||||
|
15
.gitmodules
vendored
15
.gitmodules
vendored
@ -1,9 +1,12 @@
|
|||||||
[submodule "zsh-stuff/zsh-syntax-highlighting"]
|
|
||||||
path = zsh-stuff/zsh-syntax-highlighting
|
|
||||||
url = https://github.com/zsh-users/zsh-syntax-highlighting.git
|
|
||||||
[submodule "zsh-stuff/spaceship-prompt"]
|
|
||||||
path = zsh-stuff/spaceship-prompt
|
|
||||||
url = https://github.com/spaceship-prompt/spaceship-prompt.git
|
|
||||||
[submodule ".stumpwm.d/modules"]
|
[submodule ".stumpwm.d/modules"]
|
||||||
path = .stumpwm.d/modules
|
path = .stumpwm.d/modules
|
||||||
url = https://github.com/stumpwm/stumpwm-contrib
|
url = https://github.com/stumpwm/stumpwm-contrib
|
||||||
|
[submodule "zsh-stuff/spaceship-prompt"]
|
||||||
|
path = zsh-stuff/spaceship-prompt
|
||||||
|
url = https://github.com/spaceship-prompt/spaceship-prompt.git
|
||||||
|
[submodule "spaceship"]
|
||||||
|
path = zsh-stuff/spaceship-prompt
|
||||||
|
url = https://github.com/spaceship-prompt/spaceship-prompt.git
|
||||||
|
[submodule "stumpwm-modules"]
|
||||||
|
path = .stumpwm.d/modules
|
||||||
|
url = https://github.com/stumpwm/stumpwm-contrib
|
||||||
|
1
.stumpwm.d/modules
Submodule
1
.stumpwm.d/modules
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 6d4584f01dec0143a169186df1608860d1aa1ef0
|
1
zsh-stuff/spaceship-prompt
Submodule
1
zsh-stuff/spaceship-prompt
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8e510cf0422691470da071931ea2f901ea1ccfcd
|
1
zsh-stuff/zsh-syntax-highlighting
Submodule
1
zsh-stuff/zsh-syntax-highlighting
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 122dc464392302114556b53ec01a1390c54f739f
|
Loading…
Reference in New Issue
Block a user