root
This commit is contained in:
parent
ca8f249ec4
commit
82e592e6b8
1 changed files with 10 additions and 6 deletions
|
@ -1,11 +1,15 @@
|
|||
#!/bin/bash
|
||||
|
||||
{{ if eq .chezmoi.osRelease.id "arch" }}
|
||||
sudo pacman -Syy --needed \
|
||||
feh \
|
||||
git \
|
||||
zsh \
|
||||
&& true
|
||||
{{ if .root }}
|
||||
|
||||
{{ if eq .chezmoi.osRelease.id "arch" }}
|
||||
sudo pacman -Syy --needed \
|
||||
feh \
|
||||
git \
|
||||
zsh \
|
||||
&& true
|
||||
{{ end }}
|
||||
|
||||
{{ end }}
|
||||
|
||||
# vim: set ft=bash :
|
||||
|
|
Loading…
Reference in a new issue