1
0
Fork 0

Add .chezmoitemplates/i3wm_after

Add .chezmoitemplates/i3wm_before
Remove dot_config/alacritty/alacritty.yml
Remove dot_config/chezmoi/chezmoi.toml
Add dot_config/chezmoi/chezmoi.toml.tmpl.literal
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
Florian RICHER 2022-05-13 22:00:41 +02:00
parent 6d54f7a68b
commit 1b33d87b2c
6 changed files with 62 additions and 60 deletions

View file

@ -1,7 +0,0 @@
shell:
program: tmux
font:
normal:
family: FiraCode Nerd Font
window:
opacity: 0.8 # Require `picom -f &` in .xinitrc

View file

@ -1,3 +0,0 @@
[git]
autoCommit = true
autoPush = true

View file

@ -0,0 +1,8 @@
{{- $wm := (output "bash" "-c" "echo $DESKTOP_SESSION") -}}
[git]
autoCommit = true
autoPush = true
[data]
wm = {{ $wm | replace "\n" "" | quote }}