From 65f583fd2b269da513239ad61b60991bafb59c35 Mon Sep 17 00:00:00 2001 From: dissimulo Date: Tue, 21 Apr 2026 06:48:06 -0700 Subject: [PATCH] Scrub hardcoded /home/dissimulo paths; use $HOME / relative symlinks - Convert 21 absolute-path symlinks into YADR to relative paths (e.g. .vimrc -> .yadr/vimrc), so they resolve correctly under any user's $HOME after a standard YADR install. - .fehbg: replace hardcoded background path with $HOME-based one - .gtk-bookmarks: remove (trivially personal; GTK regenerates) - .themes/*/index.theme: drop BackgroundImage= lines pointing at personal image files that other users won't have. - .xscreensaver: scrub username from header comment. - .irssi/config: generic dcc_download_path. --- .aprc | 2 +- .ctags | 2 +- .editrc | 2 +- .escaped_colors.rb | 2 +- .fehbg | 2 +- .gemrc | 2 +- .gitconfig | 2 +- .gtk-bookmarks | 1 - .inputrc | 2 +- .irssi/config | 2 +- .local/bin/claude | 2 +- .pryrc | 2 +- .rdebugrc | 2 +- .themes/BlackMATE v2.2/index.theme | 1 - .themes/BlackMATE v2/index.theme | 1 - .themes/The Blues/index.theme | 1 - .unescaped_colors.rb | 2 +- .vim | 2 +- .vimrc | 2 +- .xscreensaver | 2 +- .zlogin | 2 +- .zlogout | 2 +- .zpreztorc | 2 +- .zpreztorc.backup | 2 +- .zprofile | 2 +- .zshenv | 2 +- .zshrc | 2 +- .zshrc.backup | 2 +- 28 files changed, 24 insertions(+), 28 deletions(-) delete mode 100644 .gtk-bookmarks diff --git a/.aprc b/.aprc index 92b9c54d..a2e5a93f 120000 --- a/.aprc +++ b/.aprc @@ -1 +1 @@ -/home/dissimulo/.yadr/irb/aprc \ No newline at end of file +.yadr/irb/aprc \ No newline at end of file diff --git a/.ctags b/.ctags index fbfcc385..e134e811 120000 --- a/.ctags +++ b/.ctags @@ -1 +1 @@ -/home/dissimulo/.yadr/ctags/ctags \ No newline at end of file +.yadr/ctags/ctags \ No newline at end of file diff --git a/.editrc b/.editrc index b0013698..590a36f4 120000 --- a/.editrc +++ b/.editrc @@ -1 +1 @@ -/home/dissimulo/.yadr/vimify/editrc \ No newline at end of file +.yadr/vimify/editrc \ No newline at end of file diff --git a/.escaped_colors.rb b/.escaped_colors.rb index 225b28ca..cbe9a0f5 120000 --- a/.escaped_colors.rb +++ b/.escaped_colors.rb @@ -1 +1 @@ -/home/dissimulo/.yadr/irb/escaped_colors.rb \ No newline at end of file +.yadr/irb/escaped_colors.rb \ No newline at end of file diff --git a/.fehbg b/.fehbg index f56aacaf..10f7a443 100755 --- a/.fehbg +++ b/.fehbg @@ -1,2 +1,2 @@ #!/bin/sh -feh --bg-scale '/home/dissimulo/Pictures/Backgrounds/meteor-shower.jpg' +feh --bg-scale "$HOME/Pictures/Backgrounds/wallpaper.jpg" diff --git a/.gemrc b/.gemrc index 39d21a63..b9a4970d 120000 --- a/.gemrc +++ b/.gemrc @@ -1 +1 @@ -/home/dissimulo/.yadr/ruby/gemrc \ No newline at end of file +.yadr/ruby/gemrc \ No newline at end of file diff --git a/.gitconfig b/.gitconfig index 9d4ab316..4e631b8e 120000 --- a/.gitconfig +++ b/.gitconfig @@ -1 +1 @@ -/home/dissimulo/.yadr/git/gitconfig \ No newline at end of file +.yadr/git/gitconfig \ No newline at end of file diff --git a/.gtk-bookmarks b/.gtk-bookmarks deleted file mode 100644 index 4da6d341..00000000 --- a/.gtk-bookmarks +++ /dev/null @@ -1 +0,0 @@ -file:///home/dissimulo/Downloads diff --git a/.inputrc b/.inputrc index 9149a20a..d250f944 120000 --- a/.inputrc +++ b/.inputrc @@ -1 +1 @@ -/home/dissimulo/.yadr/vimify/inputrc \ No newline at end of file +.yadr/vimify/inputrc \ No newline at end of file diff --git a/.irssi/config b/.irssi/config index 08d88a27..6f3f6135 100644 --- a/.irssi/config +++ b/.irssi/config @@ -377,7 +377,7 @@ settings = { "irc/core" = { cmds_max_at_once = "999999"; cmd_queue_speed = "0ms"; }; "irc/dcc" = { - dcc_download_path = "/media/dissimulo/PhantomPhreak/Anime"; + dcc_download_path = "~/Downloads"; }; "perl/core/scripts" = { dccstat_short_mode = "no"; diff --git a/.local/bin/claude b/.local/bin/claude index 00e3bbf1..5a46a124 120000 --- a/.local/bin/claude +++ b/.local/bin/claude @@ -1 +1 @@ -/home/dissimulo/.local/share/claude/versions/2.1.85 \ No newline at end of file +../share/claude/versions/2.1.85 \ No newline at end of file diff --git a/.pryrc b/.pryrc index 4e282b7a..dd372aed 120000 --- a/.pryrc +++ b/.pryrc @@ -1 +1 @@ -/home/dissimulo/.yadr/irb/pryrc \ No newline at end of file +.yadr/irb/pryrc \ No newline at end of file diff --git a/.rdebugrc b/.rdebugrc index 7274630e..8084c048 120000 --- a/.rdebugrc +++ b/.rdebugrc @@ -1 +1 @@ -/home/dissimulo/.yadr/ruby/rdebugrc \ No newline at end of file +.yadr/ruby/rdebugrc \ No newline at end of file diff --git a/.themes/BlackMATE v2.2/index.theme b/.themes/BlackMATE v2.2/index.theme index e68d7df9..f0067b5f 100644 --- a/.themes/BlackMATE v2.2/index.theme +++ b/.themes/BlackMATE v2.2/index.theme @@ -11,4 +11,3 @@ GtkColorScheme= CursorTheme=mate-black CursorSize=32 NotificationTheme=coco -BackgroundImage=/home/dissimulo/Pictures/Backgrounds/460354008_18463706572018956_6930884854914187530_n.jpg diff --git a/.themes/BlackMATE v2/index.theme b/.themes/BlackMATE v2/index.theme index d0fa9d25..3a7cb716 100644 --- a/.themes/BlackMATE v2/index.theme +++ b/.themes/BlackMATE v2/index.theme @@ -11,4 +11,3 @@ GtkColorScheme= CursorTheme=mate-black CursorSize=32 NotificationTheme=coco -BackgroundImage=/home/dissimulo/Downloads/The Journey by Pasoputi..jpg diff --git a/.themes/The Blues/index.theme b/.themes/The Blues/index.theme index fa72159e..4bb3d77e 100644 --- a/.themes/The Blues/index.theme +++ b/.themes/The Blues/index.theme @@ -11,4 +11,3 @@ GtkColorScheme= CursorTheme=DMZ-Black CursorSize=24 NotificationTheme=Coco -BackgroundImage=/home/dissimulo/Downloads/Wallpapers/meteor-shower.jpg diff --git a/.unescaped_colors.rb b/.unescaped_colors.rb index 4798b667..065e13fa 120000 --- a/.unescaped_colors.rb +++ b/.unescaped_colors.rb @@ -1 +1 @@ -/home/dissimulo/.yadr/irb/unescaped_colors.rb \ No newline at end of file +.yadr/irb/unescaped_colors.rb \ No newline at end of file diff --git a/.vim b/.vim index 99a71954..22e280d3 120000 --- a/.vim +++ b/.vim @@ -1 +1 @@ -/home/dissimulo/.yadr/vim \ No newline at end of file +.yadr/vim \ No newline at end of file diff --git a/.vimrc b/.vimrc index 98c77bd2..c9f9ceb1 120000 --- a/.vimrc +++ b/.vimrc @@ -1 +1 @@ -/home/dissimulo/.yadr/vimrc \ No newline at end of file +.yadr/vimrc \ No newline at end of file diff --git a/.xscreensaver b/.xscreensaver index 24eb1ac4..bb845cb5 100644 --- a/.xscreensaver +++ b/.xscreensaver @@ -1,5 +1,5 @@ # XScreenSaver Preferences File -# Written by xscreensaver-demo 5.34 for dissimulo on Thu Dec 17 02:40:05 2015. +# Written by xscreensaver-demo 5.34 for user. # http://www.jwz.org/xscreensaver/ timeout: 12:00:00 diff --git a/.zlogin b/.zlogin index 157b56fa..ef1fbfd0 120000 --- a/.zlogin +++ b/.zlogin @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto/runcoms/zlogin \ No newline at end of file +.yadr/zsh/prezto/runcoms/zlogin \ No newline at end of file diff --git a/.zlogout b/.zlogout index c3717e7e..ce0a893d 120000 --- a/.zlogout +++ b/.zlogout @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto/runcoms/zlogout \ No newline at end of file +.yadr/zsh/prezto/runcoms/zlogout \ No newline at end of file diff --git a/.zpreztorc b/.zpreztorc index e78f6ec8..15911222 120000 --- a/.zpreztorc +++ b/.zpreztorc @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto-override/zpreztorc \ No newline at end of file +.yadr/zsh/prezto-override/zpreztorc \ No newline at end of file diff --git a/.zpreztorc.backup b/.zpreztorc.backup index e78f6ec8..15911222 120000 --- a/.zpreztorc.backup +++ b/.zpreztorc.backup @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto-override/zpreztorc \ No newline at end of file +.yadr/zsh/prezto-override/zpreztorc \ No newline at end of file diff --git a/.zprofile b/.zprofile index 02e5ba3a..cf2c8e55 120000 --- a/.zprofile +++ b/.zprofile @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto/runcoms/zprofile \ No newline at end of file +.yadr/zsh/prezto/runcoms/zprofile \ No newline at end of file diff --git a/.zshenv b/.zshenv index 2b8d8bae..9352a275 120000 --- a/.zshenv +++ b/.zshenv @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto/runcoms/zshenv \ No newline at end of file +.yadr/zsh/prezto/runcoms/zshenv \ No newline at end of file diff --git a/.zshrc b/.zshrc index 8046c3a1..e7d6a0f2 120000 --- a/.zshrc +++ b/.zshrc @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto-override/zshrc \ No newline at end of file +.yadr/zsh/prezto-override/zshrc \ No newline at end of file diff --git a/.zshrc.backup b/.zshrc.backup index 2f775574..9e814cad 120000 --- a/.zshrc.backup +++ b/.zshrc.backup @@ -1 +1 @@ -/home/dissimulo/.yadr/zsh/prezto/runcoms/zshrc \ No newline at end of file +.yadr/zsh/prezto/runcoms/zshrc \ No newline at end of file