2018-10-23 00:08:59 -05:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
# This ensures that the entire script is downloaded before execution
|
|
|
|
{
|
|
|
|
|
2018-10-23 00:26:46 -05:00
|
|
|
sudo pacman -Syu
|
|
|
|
sudo pacman -S yay
|
2018-10-23 00:08:59 -05:00
|
|
|
|
2020-03-25 13:55:41 -05:00
|
|
|
yay -Syu
|
2018-10-23 00:08:59 -05:00
|
|
|
|
2021-01-11 14:55:24 -06:00
|
|
|
yay -S tmux zsh vim git \
|
|
|
|
terminator rofi feh xcompmgr \
|
2020-03-25 13:55:41 -05:00
|
|
|
i3lock-fancy i3blocks ffcast
|
2018-10-23 00:08:59 -05:00
|
|
|
|
2019-10-14 11:46:59 -05:00
|
|
|
sudo pip install ntfy
|
2018-10-23 00:08:59 -05:00
|
|
|
}
|