Update
This commit is contained in:
parent
3462288c48
commit
02184427df
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
{{ if eq .chezmoi.osRelease.idLike "arch" }}
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
# All requirements for i3
|
# All requirements for i3
|
||||||
sudo pacman -S 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 spotifyd --noconfirm
|
sudo pacman -S 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
|
||||||
|
|
||||||
yay -S nerd-fonts-complete spotify-tui --noconfirm
|
yay -S nerd-fonts-complete --noconfirm
|
||||||
|
|
||||||
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue