Compare commits
2 commits
314dd204cf
...
63c6ffe522
Author | SHA1 | Date | |
---|---|---|---|
|
63c6ffe522 | ||
|
37789ad985 |
4 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -7,3 +7,6 @@
|
|||
[submodule "alacritty/.config/alacritty/alacritty-theme"]
|
||||
path = alacritty/.config/alacritty/alacritty-theme
|
||||
url = git@github.com:alacritty/alacritty-theme.git
|
||||
[submodule "git/.gitignore/gitignore"]
|
||||
path = git/.gitignore/gitignore
|
||||
url = https://github.com/github/gitignore.git
|
||||
|
|
|
@ -25,3 +25,6 @@
|
|||
|
||||
[includeIf "gitdir:~/work"]
|
||||
path = .gitconfig-work
|
||||
|
||||
[core]
|
||||
excludesfile = .gitignore/gitignore/*.gitignore
|
1
git/.gitignore/gitignore
Submodule
1
git/.gitignore/gitignore
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 76739a38b56907118c5a880d63250c99d5690a5a
|
|
@ -135,5 +135,5 @@ volume master {
|
|||
|
||||
read_file spotify {
|
||||
format = "🔊%content"
|
||||
path = "$HOME/.config/i3status/spotify.log"
|
||||
path = "./spotify.log"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue