restructuring

This commit is contained in:
David Todd
2020-03-25 14:26:51 -05:00
parent f9660904b3
commit a324612c70
36 changed files with 42 additions and 170 deletions

16
internal_bin/install.arch Executable file
View File

@@ -0,0 +1,16 @@
#!/usr/bin/env bash
# This ensures that the entire script is downloaded before execution
{
sudo pacman -Syu
sudo pacman -S yay
yay -Syu
yay -S tmux zsh vim git\
terminator rofi feh xcompmgr\
i3lock-fancy i3blocks ffcast
sudo pip install ntfy
}