dotfiles/run_once_01_install_packages.sh.tmpl

12 lines
176 B
Cheetah
Raw Normal View History

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