Update links to current dotfiles location

This commit is contained in:
Protesilaos Stavrou 2024-02-13 13:44:01 +02:00
parent 4b1619387f
commit 1c8343b47f
No known key found for this signature in database
GPG key ID: 99BD6459CD5CA3EA
29 changed files with 34 additions and 34 deletions

View file

@ -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.
#

View file

@ -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: <https://git.sr.ht/~protesilaos/dotfiles>.
# Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
### Code:

View file

@ -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

View file

@ -19,7 +19,7 @@
#
### Commentary:
#
# Part of my dotfiles: <https://git.sr.ht/~protesilaos/dotfiles>.
# Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
command -v dunstctl > /dev/null || { echo "ERROR: No 'dunstctl'." ; exit 1 ; }

View file

@ -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

View file

@ -22,7 +22,7 @@
# The order of those commands matters. Maybe I will write something
# more sophisticated in the future.
#
# Part of my dotfiles: <https://git.sr.ht/~protesilaos/dotfiles>.
# Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
# remove "unread" from "replied"

View file

@ -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

View file

@ -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.

View file

@ -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:
# <https://git.sr.ht/~protesilaos/dotfiles>.
# <https://github.com/protesilaos/dotfiles>.
# Configuration file for dircolors, a utility to help you set the

View file

@ -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 <c-r>=strftime('%Y-%m-%d')<cr>
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
" --------------

View file

@ -20,7 +20,7 @@
## Commentary:
#
# This file is part of my custom desktop session:
# <https://git.sr.ht/~protesilaos/dotfiles>.
# <https://github.com/protesilaos/dotfiles>.
### Essentials

View file

@ -20,7 +20,7 @@
## Commentary:
#
# This file is part of my custom desktop session:
# <https://git.sr.ht/~protesilaos/dotfiles>.
# <https://github.com/protesilaos/dotfiles>.
## Code:

View file

@ -1,14 +1,14 @@
#
# SXHKD module with WM-agnostic keys
#
# 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
### Code:

View file

@ -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!

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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 <info@protesilaos.com>
#

View file

@ -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 <info@protesilaos.com>
#

View file

@ -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 <info@protesilaos.com>
#

View file

@ -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 <info@protesilaos.com>
#

View file

@ -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 <info@protesilaos.com>
#

View file

@ -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 <info@protesilaos.com>
#

View file

@ -25,7 +25,7 @@
#
# In all cases where a file is called, I assume it exists.
#
# Part of my dotfiles: <https://git.sr.ht/~protesilaos/dotfiles>.
# Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
### Code:

View file

@ -14,7 +14,7 @@
# along with this program. If not, see <https://www.gnu.org/licenses/>.
#
# Wrapper for my "focus mode" scripts for Xorg tiling window managers.
# Part of my dotfiles: <https://git.sr.ht/~protesilaos/dotfiles>.
# Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
case "$DESKTOP_SESSION"
in

View file

@ -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)

View file

@ -1,4 +1,4 @@
! Part of my dotfiles: <https://git.sr.ht/~protesilaos/dotfiles>.
! Part of my dotfiles: <https://github.com/protesilaos/dotfiles>.
!
! IMPORTANT do not edit manually!!! All themes are changed by a single
! script: delight.

View file

@ -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
###############

View file

@ -19,7 +19,7 @@
#
# This script is a core part of my custom desktop session, centred
# around GNU Emacs and a tiling window manager:
# <https://git.sr.ht/~protesilaos/dotfiles>.
# <https://github.com/protesilaos/dotfiles>.
#
### Code: