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 00:26:46 -05:00
sudo pacman -Syu
sudo pacman -S yay
2020-03-25 13:55:41 -05:00
yay -Syu
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
2019-10-14 11:46:59 -05:00
sudo pip install ntfy
}