Move scripts into Separate Folder
This commit is contained in:
2
scripts/autostart.sh
Normal file
2
scripts/autostart.sh
Normal file
@ -0,0 +1,2 @@
|
||||
dwmblocks &
|
||||
alacritty &
|
2
scripts/changefish.sh
Normal file
2
scripts/changefish.sh
Normal file
@ -0,0 +1,2 @@
|
||||
#!/bin/fish
|
||||
omf install pure
|
24
scripts/install.sh
Normal file
24
scripts/install.sh
Normal file
@ -0,0 +1,24 @@
|
||||
sudo pacman -Syu
|
||||
sudo pacman -Sy cmake yajl neovim fish go dotnet-runtime dotnet-sdk xorg-xsetroot aspnet-runtime alacritty spotifyd neofetch nodejs discord vifm docker networkmanager-openvpn htop awesome-terminal-fonts ttf-jetbrains-mono gnome-keyring playerctl base-devel
|
||||
|
||||
mv ../.xinitrc ~/.xinitrc
|
||||
mkdir ~/.dwm
|
||||
mv ../autostart.sh ~/.dwm/autostart.sh
|
||||
|
||||
chsh -s /usr/bin/fish
|
||||
|
||||
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
|
||||
yay brave
|
||||
|
||||
curl https://raw.githubusercontent.com/oh-my-fish/oh-my-fish/master/bin/install | fish
|
||||
|
||||
neofetch
|
Reference in New Issue
Block a user