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