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