chore(xmonad): added xmonad and xmobar git submodules
This commit is contained in:
parent
4410572ca8
commit
e810b7a115
6 changed files with 10 additions and 12 deletions
2
.config/xmobar/.gitignore
vendored
2
.config/xmobar/.gitignore
vendored
|
@ -1,3 +1 @@
|
||||||
.stack-work
|
.stack-work
|
||||||
stack.*
|
|
||||||
xmobar-git
|
|
||||||
|
|
1
.config/xmobar/xmobar-git
Submodule
1
.config/xmobar/xmobar-git
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit a28c1f1239cba49da1f38aac4bba76fd110994fd
|
3
.config/xmonad/.gitignore
vendored
3
.config/xmonad/.gitignore
vendored
|
@ -2,8 +2,5 @@
|
||||||
**/*.hi
|
**/*.hi
|
||||||
.ghc.*
|
.ghc.*
|
||||||
.stack-work
|
.stack-work
|
||||||
stack.*
|
|
||||||
xmonad-git
|
|
||||||
xmonad-contrib-git
|
|
||||||
xmonad.hi
|
xmonad.hi
|
||||||
xmonad.o
|
xmonad.o
|
||||||
|
|
1
.config/xmonad/xmonad-contrib-git
Submodule
1
.config/xmonad/xmonad-contrib-git
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 077b4ff34b7bdece12ee7f7f7d6aa5b5172fff48
|
1
.config/xmonad/xmonad-git
Submodule
1
.config/xmonad/xmonad-git
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit cfbf1ad51d308161c7adf3e2cb41fde3376ac0de
|
14
.gitmodules
vendored
14
.gitmodules
vendored
|
@ -1,12 +1,6 @@
|
||||||
[submodule ".config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting"]
|
|
||||||
path = .config/zsh/plugins/.config/zsh/plugins/fast-syntax-highlighting
|
|
||||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
|
||||||
[submodule ".config/zsh/plugins/fzf-zsh-plugin"]
|
[submodule ".config/zsh/plugins/fzf-zsh-plugin"]
|
||||||
path = .config/zsh/plugins/fzf-zsh-plugin
|
path = .config/zsh/plugins/fzf-zsh-plugin
|
||||||
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
url = https://github.com/unixorn/fzf-zsh-plugin.git
|
||||||
[submodule ".config/zsh/plugins/fast-syntax-highlighting"]
|
|
||||||
path = .config/zsh/plugins/fast-syntax-highlighting
|
|
||||||
url = https://github.com/zdharma-continuum/fast-syntax-highlighting.git
|
|
||||||
[submodule ".config/zsh/plugins/fzf-tab"]
|
[submodule ".config/zsh/plugins/fzf-tab"]
|
||||||
path = .config/zsh/plugins/fzf-tab
|
path = .config/zsh/plugins/fzf-tab
|
||||||
url = https://github.com/Aloxaf/fzf-tab
|
url = https://github.com/Aloxaf/fzf-tab
|
||||||
|
@ -44,5 +38,11 @@
|
||||||
path = .config/zsh/prompts/pure
|
path = .config/zsh/prompts/pure
|
||||||
url = https://github.com/sindresorhus/pure.git
|
url = https://github.com/sindresorhus/pure.git
|
||||||
[submodule "/Users/afonso/.config/zsh/plugins/zsh-abbr"]
|
[submodule "/Users/afonso/.config/zsh/plugins/zsh-abbr"]
|
||||||
path = /Users/afonso/.config/zsh/plugins/zsh-abbr
|
path = .config/zsh/plugins/zsh-abbr
|
||||||
url = https://github.com/olets/zsh-abbr
|
url = https://github.com/olets/zsh-abbr
|
||||||
|
[submodule ".config/xmonad/xmonad-git"]
|
||||||
|
path = .config/xmonad/xmonad-git
|
||||||
|
url = https://github.com/xmonad/xmonad
|
||||||
|
[submodule ".config/xmonad/xmonad-contrib-git"]
|
||||||
|
path = .config/xmonad/xmonad-contrib-git
|
||||||
|
url = https://github.com/xmonad/xmonad-contrib
|
||||||
|
|
Loading…
Add table
Reference in a new issue