dotfiles/.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
yay -Syu
yay -S tmux zsh vim git\
terminator rofi feh xcompmgr\
2019-07-31 17:39:47 +00:00
i3lock-fancy i3blocks ffcast
2019-10-14 16:46:59 +00:00
sudo pip install ntfy
}