removed code wallpaper, switched to thunar with engrampa, retired work-xps

This commit is contained in:
2023-01-08 14:47:04 +01:00
parent c12253370e
commit 7dd46f40f8
13 changed files with 14 additions and 60 deletions

View File

@@ -0,0 +1,16 @@
#/bin/bash
MYPATH=$PWD/computers/work-xps
# set up hiDPI
sudo ln -sf "$MYPATH/environment" /etc/environment
# set up docking
ln -sf "$MYPATH/Xresources.docked" ~/.Xresources.docked
ln -sf "$MYPATH/Xresources.undocked" ~/.Xresources.undocked
ln -sf "$MYPATH/docked.sh" ~/.docked.sh
ln -sf "$MYPATH/undocked.sh" ~/.undocked.sh
ln -sf "$MYPATH/xprofile.sh" ~/.xprofile
# custom (laptop specific) bashrc thingies :)
ln -sf "$MYPATH/custom-bashrc.sh" ~/.custom