dotfiles/run_once_01_install_package...

12 lines
176 B
Bash

#!/bin/bash
{{ if eq .chezmoi.osRelease.id "arch" }}
sudo pacman -Syy --needed \
feh \
git \
zsh \
&& true
{{ end }}
# vim: set ft=bash :