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