mirror of
https://github.com/Mastermindzh/dotfiles.git
synced 2025-08-14 05:05:21 +02:00
removed code wallpaper, switched to thunar with engrampa, retired work-xps
This commit is contained in:
16
computers/archive/work-xps/install.sh
Normal file
16
computers/archive/work-xps/install.sh
Normal 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
|
Reference in New Issue
Block a user