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
|
#!/bin/bash
|
||||||
|
|
||||||
{{ if eq .chezmoi.osRelease.id "arch" }}
|
{{ if .root }}
|
||||||
sudo pacman -Syy --needed \
|
|
||||||
feh \
|
{{ if eq .chezmoi.osRelease.id "arch" }}
|
||||||
git \
|
sudo pacman -Syy --needed \
|
||||||
zsh \
|
feh \
|
||||||
&& true
|
git \
|
||||||
|
zsh \
|
||||||
|
&& true
|
||||||
|
{{ end }}
|
||||||
|
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
# vim: set ft=bash :
|
# vim: set ft=bash :
|
||||||
|
|
Loading…
Reference in a new issue