2022-05-06 22:17:01 +02:00
|
|
|
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
|
|
|
#!/bin/bash
|
2022-05-06 23:43:03 +02:00
|
|
|
# All requirements for i3
|
2022-05-07 00:38:01 +02:00
|
|
|
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet playerctl alacritty --noconfirm
|
2022-05-06 22:26:50 +02:00
|
|
|
{{ end }}
|