added install script
This commit is contained in:
commit
31716d107d
21
install.sh
Executable file
21
install.sh
Executable file
@ -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
|
Loading…
Reference in New Issue
Block a user