dotfiles/internal_bin/install.arch

17 lines
265 B
Plaintext
Raw Normal View History

#!/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
2020-03-25 18:55:41 +00:00
yay -Syu
2021-01-11 20:55:24 +00:00
yay -S tmux zsh vim git \
terminator rofi feh xcompmgr \
2020-03-25 18:55:41 +00:00
i3lock-fancy i3blocks ffcast
2019-10-14 16:46:59 +00:00
sudo pip install ntfy
}