Compare commits
3 Commits
a1fe1323bb
...
88092d86c7
Author | SHA1 | Date | |
---|---|---|---|
88092d86c7 | |||
a6fee85d14 | |||
6127700da2 |
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -37,3 +37,6 @@
|
|||||||
[submodule "firestarter/.firestarter"]
|
[submodule "firestarter/.firestarter"]
|
||||||
path = firestarter/.firestarter
|
path = firestarter/.firestarter
|
||||||
url = git@git.desu.ltd:salt/firestarter
|
url = git@git.desu.ltd:salt/firestarter
|
||||||
|
[submodule "bin/.bin"]
|
||||||
|
path = bin/.bin
|
||||||
|
url = git@git.desu.ltd:salt/bin
|
||||||
|
@ -10,6 +10,7 @@ Clone the repository and stow in configs that you want, like so:
|
|||||||
cd
|
cd
|
||||||
git clone git@git.desu.ltd:salt/dotfiles .dotfiles
|
git clone git@git.desu.ltd:salt/dotfiles .dotfiles
|
||||||
cd .dotfiles
|
cd .dotfiles
|
||||||
|
git submodule update --recursive --remote
|
||||||
stow vim # Or whatever config set you want
|
stow vim # Or whatever config set you want
|
||||||
```
|
```
|
||||||
|
|
||||||
|
1
bin/.bin
Submodule
1
bin/.bin
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 8bec6ce1963278a46c59ccc5dd496c04ad86a0fe
|
3
git/.gitconfig
Normal file
3
git/.gitconfig
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
[user]
|
||||||
|
email = rehashedsalt@cock.li
|
||||||
|
name = Salt
|
Loading…
Reference in New Issue
Block a user