1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl

5 lines
111 B
Cheetah
Raw Normal View History

2022-05-06 22:17:01 +02:00
{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst
{{ end }}