Compare commits
2 commits
a6ff7a3296
...
eef98be8ec
Author | SHA1 | Date | |
---|---|---|---|
eef98be8ec | |||
a977366006 |
7 changed files with 16 additions and 5 deletions
2
.config/xmobar/.gitignore
vendored
2
.config/xmobar/.gitignore
vendored
|
@ -1,3 +1 @@
|
|||
.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
|
||||
.ghc.*
|
||||
.stack-work
|
||||
stack.*
|
||||
xmonad-git
|
||||
xmonad-contrib-git
|
||||
xmonad.hi
|
||||
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
|
1
.config/zsh/plugins/zsh-abbr
Submodule
1
.config/zsh/plugins/zsh-abbr
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 84f18ab195547324c3addd735688f78909df61d4
|
12
.gitmodules
vendored
12
.gitmodules
vendored
|
@ -43,3 +43,15 @@
|
|||
[submodule ".config/zsh/prompts/pure"]
|
||||
path = .config/zsh/prompts/pure
|
||||
url = https://github.com/sindresorhus/pure.git
|
||||
[submodule "/Users/afonso/.config/zsh/plugins/zsh-abbr"]
|
||||
path = /Users/afonso/.config/zsh/plugins/zsh-abbr
|
||||
url = https://github.com/olets/zsh-abbr
|
||||
[submodule "/Users/afonso/.config/xmonad/xmonad-git"]
|
||||
path = /Users/afonso/.config/xmonad/xmonad-git
|
||||
url = https://github.com/xmonad/xmonad
|
||||
[submodule "/Users/afonso/.config/xmonad/xmonad-contrib-git"]
|
||||
path = /Users/afonso/.config/xmonad/xmonad-contrib-git
|
||||
url = https://github.com/xmonad/xmonad-contrib
|
||||
[submodule "/Users/afonso/.config/xmobar/xmobar-git"]
|
||||
path = /Users/afonso/.config/xmobar/xmobar-git
|
||||
url = https://codeberg.org/xmobar/xmobar
|
||||
|
|
Loading…
Reference in a new issue