[GNOME] Begin add autoinstall
This commit is contained in:
parent
41239ed1ea
commit
98072299f5
3 changed files with 7 additions and 2 deletions
|
@ -32,8 +32,10 @@ if [ ! -d ~/.tmux/plugins/tpm ]; then
|
|||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||
fi
|
||||
|
||||
{{- if eq .wm "i3wm" -}}
|
||||
{{ if eq .wm "i3wm" }}
|
||||
{{- template "i3wm_after" -}}
|
||||
{{- end -}}
|
||||
{{ else if eq .wm "gnome" }}
|
||||
{{- template "gnome_after" -}}
|
||||
{{ end }}
|
||||
|
||||
{{- end -}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue