Update dot_config/chezmoi/chezmoi.toml.tmpl.literal
Update run_once_prepare_arch.sh.tmpl
This commit is contained in:
parent
c4e81d4317
commit
913968ad7e
2 changed files with 3 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{{- $wm := (output "bash" "-c" "echo -n $DESKTOP_SESSION") -}}
|
||||
{{- $wm := promptString "Choose wm between (gnome/i3wm): " "gnome" -}}
|
||||
|
||||
[git]
|
||||
autoCommit = true
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue