1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl

14 lines
540 B
Cheetah
Raw Normal View History

2022-05-06 22:17:01 +02:00
{{ if eq .chezmoi.osRelease.idLike "arch" }}
#!/bin/bash
# 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-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
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
{{ end }}