From 913968ad7eb26e1e7797cd6924c08eac0c2f538e Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Fri, 13 May 2022 22:40:59 +0200 Subject: [PATCH] Update dot_config/chezmoi/chezmoi.toml.tmpl.literal Update run_once_prepare_arch.sh.tmpl --- dot_config/chezmoi/chezmoi.toml.tmpl.literal | 2 +- run_once_prepare_arch.sh.tmpl | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dot_config/chezmoi/chezmoi.toml.tmpl.literal b/dot_config/chezmoi/chezmoi.toml.tmpl.literal index fb401b4..a6b0e06 100644 --- a/dot_config/chezmoi/chezmoi.toml.tmpl.literal +++ b/dot_config/chezmoi/chezmoi.toml.tmpl.literal @@ -1,4 +1,4 @@ -{{- $wm := (output "bash" "-c" "echo -n $DESKTOP_SESSION") -}} +{{- $wm := promptString "Choose wm between (gnome/i3wm): " "gnome" -}} [git] autoCommit = true diff --git a/run_once_prepare_arch.sh.tmpl b/run_once_prepare_arch.sh.tmpl index 65203ce..4fbe13a 100644 --- a/run_once_prepare_arch.sh.tmpl +++ b/run_once_prepare_arch.sh.tmpl @@ -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)