1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl
2022-05-06 23:12:06 +02:00

4 lines
156 B
Cheetah

{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux yay --noconfirm
{{ end }}