Now using dotter
This commit is contained in:
parent
f694963376
commit
4749d2cefc
25
.dotter/global.toml
Normal file
25
.dotter/global.toml
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
[helpers]
|
||||||
|
|
||||||
|
[default]
|
||||||
|
depends = []
|
||||||
|
|
||||||
|
[manjaro.files]
|
||||||
|
manjaro = "~"
|
||||||
|
|
||||||
|
[mc.files]
|
||||||
|
mc = "~/.config/mc"
|
||||||
|
|
||||||
|
[vim.files]
|
||||||
|
# type symbolic prevents interpreting '{{' as template
|
||||||
|
"vim/.vimrc" = { target = "~/.vimrc", type = "symbolic" }
|
||||||
|
"vim/init.vim" = { target = "~/.config/nvim/init.vim", type = "symbolic" }
|
||||||
|
|
||||||
|
[i3.files]
|
||||||
|
"i3/dunst" = "~/.config/dunst"
|
||||||
|
"i3/i3" = "~/.config/i3"
|
||||||
|
"i3/i3blocks" = { target = "~/.config/i3blocks", type = "symbolic" }
|
||||||
|
"i3/rofi" = "~/.config/rofi"
|
||||||
|
"i3/i3-scrot.conf" = "~/.config/i3-scrot.conf"
|
||||||
|
|
||||||
|
[emacs.files]
|
||||||
|
"emacs/doom" = "~/.config/doom"
|
2
.dotter/local.toml
Normal file
2
.dotter/local.toml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# includes = []
|
||||||
|
packages = ["mc", "vim", "emacs", "i3"]
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
.dotter/cache.toml
|
||||||
|
.dotter/cache
|
@ -9,3 +9,9 @@ All neccessary dependencies I could think of are listed in the *dependencies* fi
|
|||||||
cd .dotfiles
|
cd .dotfiles
|
||||||
stow i3 mc emacs vim
|
stow i3 mc emacs vim
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Alternative with [dotter](https://github.com/SuperCuber/dotter):
|
||||||
|
``` sh
|
||||||
|
cd .dotfiles
|
||||||
|
dotter deploy
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user