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:
parent
6d54f7a68b
commit
1b33d87b2c
6 changed files with 62 additions and 60 deletions
|
@ -1,7 +0,0 @@
|
|||
shell:
|
||||
program: tmux
|
||||
font:
|
||||
normal:
|
||||
family: FiraCode Nerd Font
|
||||
window:
|
||||
opacity: 0.8 # Require `picom -f &` in .xinitrc
|
|
@ -1,3 +0,0 @@
|
|||
[git]
|
||||
autoCommit = true
|
||||
autoPush = true
|
8
dot_config/chezmoi/chezmoi.toml.tmpl.literal
Normal file
8
dot_config/chezmoi/chezmoi.toml.tmpl.literal
Normal file
|
@ -0,0 +1,8 @@
|
|||
{{- $wm := (output "bash" "-c" "echo $DESKTOP_SESSION") -}}
|
||||
|
||||
[git]
|
||||
autoCommit = true
|
||||
autoPush = true
|
||||
|
||||
[data]
|
||||
wm = {{ $wm | replace "\n" "" | quote }}
|
Loading…
Add table
Add a link
Reference in a new issue