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