Created symlinks to .xinitrc instead of copying the file
This commit is contained in:
parent
719fc7aa52
commit
29901655de
@ -8,7 +8,7 @@ sudo pacman -Sy base-devel rustup go cmake docker # Dev
|
||||
sudo pacman -Sy spotifyd discord # Userspace
|
||||
|
||||
# Move relevant script and config files
|
||||
mv ../.xinitrc ~/.xinitrc
|
||||
ln -s ~/.config/.xinitrc ~/.xinitrc
|
||||
mkdir ~/.dwm
|
||||
mv ./autostart.sh ~/.dwm/autostart.sh
|
||||
|
||||
@ -65,6 +65,7 @@ cd ..
|
||||
cd lemurs
|
||||
sudo chmod +x install.sh
|
||||
./install.sh
|
||||
sudo ln -s ~/.config/.xinitrc /etc/lemurs/wms/dwm
|
||||
cd ..
|
||||
|
||||
# Install Oh-My-FISH
|
||||
|
Loading…
Reference in New Issue
Block a user