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.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/irb/escaped_colors.rb
|
.yadr/irb/escaped_colors.rb
|
||||||
2
.fehbg
2
.fehbg
@@ -1,2 +1,2 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
feh --bg-scale '/home/dissimulo/Pictures/Backgrounds/meteor-shower.jpg'
|
feh --bg-scale "$HOME/Pictures/Backgrounds/wallpaper.jpg"
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/git/gitconfig
|
.yadr/git/gitconfig
|
||||||
@@ -1 +0,0 @@
|
|||||||
file:///home/dissimulo/Downloads
|
|
||||||
@@ -377,7 +377,7 @@ settings = {
|
|||||||
"irc/core" = { cmds_max_at_once = "999999"; cmd_queue_speed = "0ms"; };
|
"irc/core" = { cmds_max_at_once = "999999"; cmd_queue_speed = "0ms"; };
|
||||||
|
|
||||||
"irc/dcc" = {
|
"irc/dcc" = {
|
||||||
dcc_download_path = "/media/dissimulo/PhantomPhreak/Anime";
|
dcc_download_path = "~/Downloads";
|
||||||
};
|
};
|
||||||
"perl/core/scripts" = {
|
"perl/core/scripts" = {
|
||||||
dccstat_short_mode = "no";
|
dccstat_short_mode = "no";
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.local/share/claude/versions/2.1.85
|
../share/claude/versions/2.1.85
|
||||||
@@ -11,4 +11,3 @@ GtkColorScheme=
|
|||||||
CursorTheme=mate-black
|
CursorTheme=mate-black
|
||||||
CursorSize=32
|
CursorSize=32
|
||||||
NotificationTheme=coco
|
NotificationTheme=coco
|
||||||
BackgroundImage=/home/dissimulo/Pictures/Backgrounds/460354008_18463706572018956_6930884854914187530_n.jpg
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ GtkColorScheme=
|
|||||||
CursorTheme=mate-black
|
CursorTheme=mate-black
|
||||||
CursorSize=32
|
CursorSize=32
|
||||||
NotificationTheme=coco
|
NotificationTheme=coco
|
||||||
BackgroundImage=/home/dissimulo/Downloads/The Journey by Pasoputi..jpg
|
|
||||||
|
|||||||
@@ -11,4 +11,3 @@ GtkColorScheme=
|
|||||||
CursorTheme=DMZ-Black
|
CursorTheme=DMZ-Black
|
||||||
CursorSize=24
|
CursorSize=24
|
||||||
NotificationTheme=Coco
|
NotificationTheme=Coco
|
||||||
BackgroundImage=/home/dissimulo/Downloads/Wallpapers/meteor-shower.jpg
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/irb/unescaped_colors.rb
|
.yadr/irb/unescaped_colors.rb
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
# XScreenSaver Preferences File
|
# 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/
|
# http://www.jwz.org/xscreensaver/
|
||||||
|
|
||||||
timeout: 12:00:00
|
timeout: 12:00:00
|
||||||
|
|||||||
2
.zlogin
2
.zlogin
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto/runcoms/zlogin
|
.yadr/zsh/prezto/runcoms/zlogin
|
||||||
2
.zlogout
2
.zlogout
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto/runcoms/zlogout
|
.yadr/zsh/prezto/runcoms/zlogout
|
||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto-override/zpreztorc
|
.yadr/zsh/prezto-override/zpreztorc
|
||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto-override/zpreztorc
|
.yadr/zsh/prezto-override/zpreztorc
|
||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto/runcoms/zprofile
|
.yadr/zsh/prezto/runcoms/zprofile
|
||||||
2
.zshenv
2
.zshenv
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto/runcoms/zshenv
|
.yadr/zsh/prezto/runcoms/zshenv
|
||||||
2
.zshrc
2
.zshrc
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto-override/zshrc
|
.yadr/zsh/prezto-override/zshrc
|
||||||
@@ -1 +1 @@
|
|||||||
/home/dissimulo/.yadr/zsh/prezto/runcoms/zshrc
|
.yadr/zsh/prezto/runcoms/zshrc
|
||||||
Reference in New Issue
Block a user