8 lines
314 B
Cheetah
8 lines
314 B
Cheetah
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
|
#!/bin/bash
|
|
# All requirements for i3
|
|
sudo pacman -S picom i3-gaps polybar dunst dmenu i3lock bluez-tools tmux feh dex yay xss-lock network-manager-applet playerctl alacritty git --noconfirm
|
|
|
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
|
|
{{ end }}
|