Move scripts into Separate Folder

This commit is contained in:
Luke Else 2022-09-22 20:18:43 +01:00
parent b1002bbdb9
commit a6274749fd
3 changed files with 2 additions and 2 deletions

0
autostart.sh → scripts/autostart.sh Executable file → Normal file
View File

0
changefish.sh → scripts/changefish.sh Executable file → Normal file
View File

4
install.sh → scripts/install.sh Executable file → Normal file
View File

@ -1,9 +1,9 @@
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
mv ../.xinitrc ~/.xinitrc
mkdir ~/.dwm
mv ./autostart.sh ~/.dwm/autostart.sh
mv ../autostart.sh ~/.dwm/autostart.sh
chsh -s /usr/bin/fish