From 1c8343b47f9a4ef0a1b7a05ec95be4bb1fd84ea4 Mon Sep 17 00:00:00 2001 From: Protesilaos Stavrou Date: Tue, 13 Feb 2024 13:44:01 +0200 Subject: [PATCH] Update links to current dotfiles location --- bin/bin/clr | 2 +- bin/bin/delight | 2 +- bin/bin/tmr | 2 +- dunst/bin/dunst_toggle_notify | 2 +- msmtp/.config/msmtp/config | 2 +- notmuch/.mail/.notmuch/hooks/post-new | 2 +- shell/.bash_profile | 2 +- shell/.bashrc | 2 +- shell/.local/share/my_bash/dircolors | 2 +- vim/.vimrc | 4 ++-- xorg-twm/.config/bspwm/bspwmrc | 2 +- xorg-twm/.config/herbstluftwm/autostart | 2 +- xorg-twm/.config/sxhkd/sxhkdrc | 4 ++-- xorg-twm/.config/sxhkd/sxhkdrc_bspwm | 4 ++-- xorg-twm/.config/sxhkd/sxhkdrc_herbstluftwm | 4 ++-- xorg-twm/.config/sxhkd/sxhkdrc_i3 | 4 ++-- xorg-twm/bin/bspwm_dynamic_desktops | 2 +- xorg-twm/bin/bspwm_external_rules | 2 +- xorg-twm/bin/bspwm_focus_mode | 2 +- xorg-twm/bin/bspwm_multifaceted_operation | 2 +- xorg-twm/bin/bspwm_reorder_desktops | 2 +- xorg-twm/bin/bspwm_smart_move | 2 +- xorg-twm/bin/bspwm_smart_presel | 2 +- xorg-twm/bin/xtwm_common | 2 +- xorg-twm/bin/xtwm_focus_mode | 2 +- xorg/.Xresources | 2 +- xorg/.config/xterm/xterm_active_theme | 2 +- xorg/.profile | 2 +- xorg/.xinitrc | 2 +- 29 files changed, 34 insertions(+), 34 deletions(-) diff --git a/bin/bin/clr b/bin/bin/clr index ca4f7967..9b1cb2dd 100755 --- a/bin/bin/clr +++ b/bin/bin/clr @@ -4,7 +4,7 @@ # Implements the formula provided by the Web Content Accessibility # Guidelines (WCAG) 2.0: https://www.w3.org/TR/WCAG20-TECHS/G18.html # -# CLR is part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. +# CLR is part of my dotfiles: https://github.com/protesilaos/dotfiles. # Apart from its utility, this script has been developed as a means of # practicing certain shell scripting techniques. # diff --git a/bin/bin/delight b/bin/bin/delight index e670c4c1..f3234b5e 100755 --- a/bin/bin/delight +++ b/bin/bin/delight @@ -23,7 +23,7 @@ # centred around my BSPWM/HerbstluftWM or Sway setup. For the standard # DEs, this has been tested with GNOME 42 and Xfce 4.16. # -# Part of my dotfiles: . +# Part of my dotfiles: . ### Code: diff --git a/bin/bin/tmr b/bin/bin/tmr index e90949c9..65866f47 100755 --- a/bin/bin/tmr +++ b/bin/bin/tmr @@ -24,7 +24,7 @@ # # Distributed as part of my dotfiles, since I use it daily, though it # technically is not an integral part of my custom desktop session: -# https://git.sr.ht/~protesilaos/dotfiles. +# https://github.com/protesilaos/dotfiles. # # TMR dependencies: # mpv libnotify (libnotify-bin) sound-theme-freedesktop diff --git a/dunst/bin/dunst_toggle_notify b/dunst/bin/dunst_toggle_notify index 5c4e33f8..a8bd1058 100755 --- a/dunst/bin/dunst_toggle_notify +++ b/dunst/bin/dunst_toggle_notify @@ -19,7 +19,7 @@ # ### Commentary: # -# Part of my dotfiles: . +# Part of my dotfiles: . command -v dunstctl > /dev/null || { echo "ERROR: No 'dunstctl'." ; exit 1 ; } diff --git a/msmtp/.config/msmtp/config b/msmtp/.config/msmtp/config index d42c33bf..42b93420 100644 --- a/msmtp/.config/msmtp/config +++ b/msmtp/.config/msmtp/config @@ -1,5 +1,5 @@ # See my mbsync config, which is reflectd here. -# https://git.sr.ht/~protesilaos/dotfiles +# https://github.com/protesilaos/dotfiles defaults auth on diff --git a/notmuch/.mail/.notmuch/hooks/post-new b/notmuch/.mail/.notmuch/hooks/post-new index 2a9ecdf8..b781be81 100755 --- a/notmuch/.mail/.notmuch/hooks/post-new +++ b/notmuch/.mail/.notmuch/hooks/post-new @@ -22,7 +22,7 @@ # The order of those commands matters. Maybe I will write something # more sophisticated in the future. # -# Part of my dotfiles: . +# Part of my dotfiles: . # remove "unread" from "replied" diff --git a/shell/.bash_profile b/shell/.bash_profile index b2b25484..e8a45fbc 100644 --- a/shell/.bash_profile +++ b/shell/.bash_profile @@ -1,7 +1,7 @@ # # ~/.bash_profile # -# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles +# Part of my dotfiles: https://github.com/protesilaos/dotfiles # # Load my configs diff --git a/shell/.bashrc b/shell/.bashrc index 4d73c1e6..f65fd0ae 100644 --- a/shell/.bashrc +++ b/shell/.bashrc @@ -4,7 +4,7 @@ # # My Bash configuration file. Any modules such as the `dircolors` # config are stored in ~/.local/share/my_bash/. This setup is part of -# my dotfiles. See https://git.sr.ht/~protesilaos/dotfiles. +# my dotfiles. See https://github.com/protesilaos/dotfiles. # # Note that ALL MY SCRIPTS are designed to work with `#!/bin/bash`. # They are not tested for portability. diff --git a/shell/.local/share/my_bash/dircolors b/shell/.local/share/my_bash/dircolors index 77932b13..181a3f11 100644 --- a/shell/.local/share/my_bash/dircolors +++ b/shell/.local/share/my_bash/dircolors @@ -2,7 +2,7 @@ # Then I modified it heavily. For Emacs in particular, the M-x shell # benefits from the inclusion of `TERM dumb-emacs-ansi'. Check my # .bashrc for the relevant entry. Everything is part of my dotfiles: -# . +# . # Configuration file for dircolors, a utility to help you set the diff --git a/vim/.vimrc b/vim/.vimrc index 4f982007..dbac3d7f 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -13,7 +13,7 @@ " dedicated tool. For me, Vim is just a text editor. " " This is part of my dotfiles, which deploy a custom desktop session -" based on BSPWM: https://git.sr.ht/~protesilaos/dotfiles. +" based on BSPWM: https://github.com/protesilaos/dotfiles. " " The colour scheme is part of my Tempus Themes (designed for " accessibility): https://protesilaos.com/tempus-themes. Theme files @@ -78,7 +78,7 @@ set listchars=tab:›\ ,nbsp:␣,trail:•,precedes:«,extends:» iab medate =strftime('%Y-%m-%d') iab meweb https://protesilaos.com/ iab megit https://git.sr.ht/~protesilaos -iab medot https://git.sr.ht/~protesilaos/dotfiles +iab medot https://github.com/protesilaos/dotfiles " Theme settings " -------------- diff --git a/xorg-twm/.config/bspwm/bspwmrc b/xorg-twm/.config/bspwm/bspwmrc index b6963246..fdaa5ebf 100755 --- a/xorg-twm/.config/bspwm/bspwmrc +++ b/xorg-twm/.config/bspwm/bspwmrc @@ -20,7 +20,7 @@ ## Commentary: # # This file is part of my custom desktop session: -# . +# . ### Essentials diff --git a/xorg-twm/.config/herbstluftwm/autostart b/xorg-twm/.config/herbstluftwm/autostart index 8e8ff22c..b06c92cb 100755 --- a/xorg-twm/.config/herbstluftwm/autostart +++ b/xorg-twm/.config/herbstluftwm/autostart @@ -20,7 +20,7 @@ ## Commentary: # # This file is part of my custom desktop session: -# . +# . ## Code: diff --git a/xorg-twm/.config/sxhkd/sxhkdrc b/xorg-twm/.config/sxhkd/sxhkdrc index 4d712203..f1a2c0f3 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc +++ b/xorg-twm/.config/sxhkd/sxhkdrc @@ -1,14 +1,14 @@ # # SXHKD module with WM-agnostic keys # -# Part of my dotfiles: . +# Part of my dotfiles: . # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `bspwm`. This is part of my dotfiles, which are managed -# with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles +# with GNU Stow. See https://github.com/protesilaos/dotfiles ### Code: diff --git a/xorg-twm/.config/sxhkd/sxhkdrc_bspwm b/xorg-twm/.config/sxhkd/sxhkdrc_bspwm index e51dc4a6..48f22a12 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc_bspwm +++ b/xorg-twm/.config/sxhkd/sxhkdrc_bspwm @@ -1,13 +1,13 @@ # # SXHKD module with BPSWM-specific commands # -# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles +# Part of my dotfiles: https://github.com/protesilaos/dotfiles # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `bspwm`. This is part of my dotfiles, which are managed -# with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles +# with GNU Stow. See https://github.com/protesilaos/dotfiles # # LARGE PORTIONS OF THIS FILE INVOKE MY SHELL SCRIPTS. Do not blindly # copy-paste from here! diff --git a/xorg-twm/.config/sxhkd/sxhkdrc_herbstluftwm b/xorg-twm/.config/sxhkd/sxhkdrc_herbstluftwm index 38245212..7bb4de71 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc_herbstluftwm +++ b/xorg-twm/.config/sxhkd/sxhkdrc_herbstluftwm @@ -1,13 +1,13 @@ # # SXHKD module with HerbstluftWM-specific commands # -# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles +# Part of my dotfiles: https://github.com/protesilaos/dotfiles # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `herbstclient`. This is part of my dotfiles, which are -# managed with GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles +# managed with GNU Stow. See https://github.com/protesilaos/dotfiles ### Code diff --git a/xorg-twm/.config/sxhkd/sxhkdrc_i3 b/xorg-twm/.config/sxhkd/sxhkdrc_i3 index 1a56ca7b..631d2fb1 100644 --- a/xorg-twm/.config/sxhkd/sxhkdrc_i3 +++ b/xorg-twm/.config/sxhkd/sxhkdrc_i3 @@ -1,13 +1,13 @@ # # SXHKD module with i3-specific commands # -# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles +# Part of my dotfiles: https://github.com/protesilaos/dotfiles # ### Description # # Partial configuration file for the Simple X Hotkey Daemon. Meant to # work with `i3`. This is part of my dotfiles, which are managed with -# GNU Stow. See https://git.sr.ht/~protesilaos/dotfiles +# GNU Stow. See https://github.com/protesilaos/dotfiles ### Code diff --git a/xorg-twm/bin/bspwm_dynamic_desktops b/xorg-twm/bin/bspwm_dynamic_desktops index d98dbdd3..1c379218 100755 --- a/xorg-twm/bin/bspwm_dynamic_desktops +++ b/xorg-twm/bin/bspwm_dynamic_desktops @@ -43,7 +43,7 @@ # this script's commands). # # `bspwm_dynamic_desktops' is part of my dotfiles (which also offer a -# complete implementation): https://git.sr.ht/~protesilaos/dotfiles +# complete implementation): https://github.com/protesilaos/dotfiles diff --git a/xorg-twm/bin/bspwm_external_rules b/xorg-twm/bin/bspwm_external_rules index f81458cb..60f39b40 100755 --- a/xorg-twm/bin/bspwm_external_rules +++ b/xorg-twm/bin/bspwm_external_rules @@ -1,7 +1,7 @@ #!/bin/bash # External rules for BSPWM. This script is part of my dotfiles: -# https://git.sr.ht/~protesilaos/dotfiles. +# https://github.com/protesilaos/dotfiles. # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/bspwm_focus_mode b/xorg-twm/bin/bspwm_focus_mode index a34c0574..148889ba 100755 --- a/xorg-twm/bin/bspwm_focus_mode +++ b/xorg-twm/bin/bspwm_focus_mode @@ -3,7 +3,7 @@ # bspwm focus mode --- removes gaps, padding, panel from the viewport. # # This script is meant to be used in my custom desktop session: -# https://git.sr.ht/~protesilaos/dotfiles. +# https://github.com/protesilaos/dotfiles. # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/bspwm_multifaceted_operation b/xorg-twm/bin/bspwm_multifaceted_operation index d056de3a..613e109a 100755 --- a/xorg-twm/bin/bspwm_multifaceted_operation +++ b/xorg-twm/bin/bspwm_multifaceted_operation @@ -2,7 +2,7 @@ # Facilitates BSPWM operations over multiple selection paths. The # actions defined herein are assigned to key chords (sxhkd). Everything -# is part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. +# is part of my dotfiles: https://github.com/protesilaos/dotfiles. # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/bspwm_reorder_desktops b/xorg-twm/bin/bspwm_reorder_desktops index 489f445e..54ce2811 100755 --- a/xorg-twm/bin/bspwm_reorder_desktops +++ b/xorg-twm/bin/bspwm_reorder_desktops @@ -3,7 +3,7 @@ # Reorder BSPWM desktops. This is an excerpt of another script I have # that implements dynamic desktop creation/deletion. It is kept here in # case the reordering functionality is needed on its own. Everything is -# part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles. +# part of my dotfiles: https://github.com/protesilaos/dotfiles. # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/bspwm_smart_move b/xorg-twm/bin/bspwm_smart_move index e2d8084c..36caa20e 100755 --- a/xorg-twm/bin/bspwm_smart_move +++ b/xorg-twm/bin/bspwm_smart_move @@ -9,7 +9,7 @@ # the latter scenario, inputting the direction twice will thus move the # focused window out of its current layout and into the receptacle. # -# Part of my dotfiles: https://git.sr.ht/~protesilaos/dotfiles +# Part of my dotfiles: https://github.com/protesilaos/dotfiles # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/bspwm_smart_presel b/xorg-twm/bin/bspwm_smart_presel index d8e4bc5d..1e32b5fb 100755 --- a/xorg-twm/bin/bspwm_smart_presel +++ b/xorg-twm/bin/bspwm_smart_presel @@ -2,7 +2,7 @@ # Lets BSPWM send the marked {or just the focused} node to a receptacle # {or a preselection}. This script is part of my dotfiles: -# https://git.sr.ht/~protesilaos/dotfiles. +# https://github.com/protesilaos/dotfiles. # # Copyright (c) 2019-2023 Protesilaos Stavrou # diff --git a/xorg-twm/bin/xtwm_common b/xorg-twm/bin/xtwm_common index 4ce0ba53..c0bb6172 100755 --- a/xorg-twm/bin/xtwm_common +++ b/xorg-twm/bin/xtwm_common @@ -25,7 +25,7 @@ # # In all cases where a file is called, I assume it exists. # -# Part of my dotfiles: . +# Part of my dotfiles: . ### Code: diff --git a/xorg-twm/bin/xtwm_focus_mode b/xorg-twm/bin/xtwm_focus_mode index bcbc518a..a850a952 100755 --- a/xorg-twm/bin/xtwm_focus_mode +++ b/xorg-twm/bin/xtwm_focus_mode @@ -14,7 +14,7 @@ # along with this program. If not, see . # # Wrapper for my "focus mode" scripts for Xorg tiling window managers. -# Part of my dotfiles: . +# Part of my dotfiles: . case "$DESKTOP_SESSION" in diff --git a/xorg/.Xresources b/xorg/.Xresources index 15f18ed7..ae00df70 100644 --- a/xorg/.Xresources +++ b/xorg/.Xresources @@ -6,7 +6,7 @@ ! =========== ! ! This file is part of my dotfiles and is meant to work with the rest of -! my custom desktop session: https://git.sr.ht/~protesilaos/dotfiles +! my custom desktop session: https://github.com/protesilaos/dotfiles ! Font settings (for programs that do not support fontconfig) diff --git a/xorg/.config/xterm/xterm_active_theme b/xorg/.config/xterm/xterm_active_theme index e991506c..684d6584 100644 --- a/xorg/.config/xterm/xterm_active_theme +++ b/xorg/.config/xterm/xterm_active_theme @@ -1,4 +1,4 @@ -! Part of my dotfiles: . +! Part of my dotfiles: . ! ! IMPORTANT do not edit manually!!! All themes are changed by a single ! script: delight. diff --git a/xorg/.profile b/xorg/.profile index 0198ba67..f0e35674 100644 --- a/xorg/.profile +++ b/xorg/.profile @@ -21,7 +21,7 @@ # the session. It is conceptually similar to `.xinitrc' and I am # considering it as practically equivalent to it for the ordinary # functioning of my custom desktop session. Refer to my dotfiles for -# the specifics: https://git.sr.ht/~protesilaos/dotfiles +# the specifics: https://github.com/protesilaos/dotfiles ############### diff --git a/xorg/.xinitrc b/xorg/.xinitrc index 64c1d5b8..dd506fe2 100644 --- a/xorg/.xinitrc +++ b/xorg/.xinitrc @@ -19,7 +19,7 @@ # # This script is a core part of my custom desktop session, centred # around GNU Emacs and a tiling window manager: -# . +# . # ### Code: