1
0
Fork 0

Begin implement arch autoconf

This commit is contained in:
Florian RICHER 2022-05-06 22:17:01 +02:00
parent 8ff142bc1f
commit 2e78190d74
2 changed files with 4 additions and 16 deletions

View file

@ -0,0 +1,4 @@
{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst
{{ end }}