1
0
Fork 0

Update 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:40:59 +02:00
parent c4e81d4317
commit 913968ad7e
2 changed files with 3 additions and 2 deletions

View file

@ -1,4 +1,4 @@
{{- $wm := (output "bash" "-c" "echo -n $DESKTOP_SESSION") -}}
{{- $wm := promptString "Choose wm between (gnome/i3wm): " "gnome" -}}
[git]
autoCommit = true

View file

@ -3,7 +3,8 @@
# Common packages
# ## yay => Use to install AUR packages | Used by (Here in below)
packages=(curl git yay)
# ## keepassxc => Use to manage keepassxc
packages=(curl git yay keepassxc)
# ## falchion-shutdown | My custom AUR packages to avoid shutdown my computer when keyboard is sleeping
# ## nerd-fonts-complete | To install my preferred fonts :)
aur_packages=(falchion-shutdown nerd-fonts-complete spotify)