1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl

4 lines
111 B
Cheetah

{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst
{{ end }}