Created symlinks to .xinitrc instead of copying the file

This commit is contained in:
Luke Else 2023-03-06 22:00:03 +00:00
parent 719fc7aa52
commit 29901655de

View File

@ -8,7 +8,7 @@ sudo pacman -Sy base-devel rustup go cmake docker # Dev
sudo pacman -Sy spotifyd discord # Userspace sudo pacman -Sy spotifyd discord # Userspace
# Move relevant script and config files # Move relevant script and config files
mv ../.xinitrc ~/.xinitrc ln -s ~/.config/.xinitrc ~/.xinitrc
mkdir ~/.dwm mkdir ~/.dwm
mv ./autostart.sh ~/.dwm/autostart.sh mv ./autostart.sh ~/.dwm/autostart.sh
@ -65,6 +65,7 @@ cd ..
cd lemurs cd lemurs
sudo chmod +x install.sh sudo chmod +x install.sh
./install.sh ./install.sh
sudo ln -s ~/.config/.xinitrc /etc/lemurs/wms/dwm
cd .. cd ..
# Install Oh-My-FISH # Install Oh-My-FISH