1
0
Fork 0
dotfiles/run_once_prepare_arch.sh.tmpl

11 lines
417 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-07 17:31:14 +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 --noconfirm
2022-05-07 17:31:14 +02:00
yay -S nerd-fonts-complete spotify spicetify-cli --noconfirm
2022-05-07 00:51:33 +02:00
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
{{ end }}