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-08 23:58:04 +02:00
|
|
|
sudo pacman -S curl picom i3-gaps polybar dunst dmenu i3lock bluez-tools blueberry pavucontrol tmux feh dex yay xss-lock network-manager-applet playerctl alacritty git gnome-keyring jq arandr kdeconnect kitty viu neovim --noconfirm
|
2022-05-07 00:48:01 +02:00
|
|
|
|
2022-05-08 22:24:06 +02:00
|
|
|
yay -S nerd-fonts-complete spotify spicetify-cli falchion-shutdown --noconfirm
|
2022-05-07 00:51:33 +02:00
|
|
|
|
2022-05-07 17:49:02 +02:00
|
|
|
sudo chmod a+wr /opt/spotify
|
|
|
|
sudo chmod a+wr /opt/spotify/Apps -R
|
|
|
|
|
2022-05-07 00:48:01 +02:00
|
|
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
|
|
|
|
2022-05-06 22:26:50 +02:00
|
|
|
{{ end }}
|