1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl

5 lines
156 B
Cheetah
Raw Normal View History

2022-05-06 22:17:01 +02:00
{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux yay --noconfirm
{{ end }}