commit 31716d107d5ce75dde2d57dfc3e48dc769d7edd9 Author: Luke Else Date: Sun Dec 12 21:55:14 2021 +0000 added install script diff --git a/install.sh b/install.sh new file mode 100755 index 0000000..2867286 --- /dev/null +++ b/install.sh @@ -0,0 +1,21 @@ +sudo pacman -Syu +sudo pacman -Sy go dotnet-runtime dotnet-sdk aspnet-runtime alacritty neofetch nodejs discord vifm docker + +cd /opt +sudo git clone https://aur.archlinux.org/yay.git +sudo chown -R luke-else:users ./yay + +cd yay +makepkg -si + +cd ~ + +yay vscode brave spotify bumblebee-status + +curl https://raw.githubusercontent.com/oh-my-fish/master/bin/install | fish +omf install pure +omf theme pure + +neofetch + +git clone git@github.com:luke-else/dotfiles.git