[GNOME] Begin add autoinstall
This commit is contained in:
parent
41239ed1ea
commit
98072299f5
3 changed files with 7 additions and 2 deletions
1
.chezmoitemplates/gnome_after
Normal file
1
.chezmoitemplates/gnome_after
Normal file
|
@ -0,0 +1 @@
|
||||||
|
sudo systemctl enable --now gdm.service
|
|
@ -0,0 +1,2 @@
|
||||||
|
# All requirements for gnome
|
||||||
|
packages+=(gnome gnome-tweaks)
|
|
@ -32,8 +32,10 @@ if [ ! -d ~/.tmux/plugins/tpm ]; then
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
fi
|
fi
|
||||||
|
|
||||||
{{- if eq .wm "i3wm" -}}
|
{{ if eq .wm "i3wm" }}
|
||||||
{{- template "i3wm_after" -}}
|
{{- template "i3wm_after" -}}
|
||||||
{{- end -}}
|
{{ else if eq .wm "gnome" }}
|
||||||
|
{{- template "gnome_after" -}}
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{- end -}}
|
{{- end -}}
|
||||||
|
|
Loading…
Reference in a new issue