diff options
Diffstat (limited to '')
-rw-r--r-- | .chezmoiremove | 1 | ||||
-rw-r--r-- | dot_config/environment.d/01_PATH.conf | 2 | ||||
-rw-r--r-- | dot_config/msmtp/config | 2 | ||||
-rw-r--r-- | dot_config/systemd/user/swaybg-random.service | 2 | ||||
-rw-r--r-- | dot_local/bin/executable_Internet.m3u.sh (renamed from bin/executable_Internet.m3u.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_copyright.awk (renamed from bin/executable_copyright.awk) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_do_blue.sh (renamed from bin/executable_do_blue.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_do_dac.sh (renamed from bin/executable_do_dac.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_do_speakers.sh (renamed from bin/executable_do_speakers.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_icd (renamed from bin/executable_icd) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_lbdb-fetchaddr-wrapper (renamed from bin/executable_lbdb-fetchaddr-wrapper) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_lfoot (renamed from bin/executable_lfoot) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mailx-alias (renamed from bin/executable_mailx-alias) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mice.sh (renamed from bin/executable_mice.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mpd_only.sh (renamed from bin/executable_mpd_only.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mpd_others.sh (renamed from bin/executable_mpd_others.sh) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mutt-fetchbug (renamed from bin/executable_mutt-fetchbug) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_mutt_bgrun (renamed from bin/executable_mutt_bgrun) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_mutt_oauth2.py (renamed from bin/executable_mutt_oauth2.py) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_ptmp (renamed from bin/executable_ptmp) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_startaudio (renamed from bin/executable_startaudio) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_swaybg-random (renamed from bin/executable_swaybg-random) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_tmcg (renamed from bin/executable_tmcg) | 0 | ||||
-rwxr-xr-x | dot_local/bin/executable_wd-bak (renamed from bin/executable_wd-bak) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_wd-mount (renamed from bin/executable_wd-mount) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_wd-umount (renamed from bin/executable_wd-umount) | 0 | ||||
-rw-r--r-- | dot_local/bin/executable_wofi-window-switcher (renamed from bin/executable_wofi-window-switcher) | 0 |
27 files changed, 4 insertions, 3 deletions
diff --git a/.chezmoiremove b/.chezmoiremove index 261612e..9e6654f 100644 --- a/.chezmoiremove +++ b/.chezmoiremove @@ -15,6 +15,7 @@ bin/mutt .mbsyncrc .xkb afs +bin {{- if eq .chezmoi.os "linux" }} diff --git a/dot_config/environment.d/01_PATH.conf b/dot_config/environment.d/01_PATH.conf index 2d43e7a..df69d32 100644 --- a/dot_config/environment.d/01_PATH.conf +++ b/dot_config/environment.d/01_PATH.conf @@ -6,4 +6,4 @@ PATH="${HOME}/.opam/default/bin:${PATH}" PATH="${HOME}/.opam/beluga/bin:${PATH}" PATH="${HOME}/.cabal/bin:${PATH}" PATH="${HOME}/.cargo/bin:${PATH}" -PATH="${HOME}/bin:${PATH}" +PATH="${HOME}/.local/bin:${PATH}" diff --git a/dot_config/msmtp/config b/dot_config/msmtp/config index cae5650..ffd7db5 100644 --- a/dot_config/msmtp/config +++ b/dot_config/msmtp/config @@ -9,6 +9,6 @@ user kavanagh.ryan@uqam.ca from kavanagh.ryan@uqam.ca tls_certcheck on auth xoauth2 -passwordeval /home/rak/bin/mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' -t $XDG_STATE_HOME/xoauth2-tokens/kavanagh.ryan.uqam.ca +passwordeval mutt_oauth2.py --encryption-pipe='cat' --decryption-pipe='cat' $XDG_STATE_HOME/xoauth2-tokens/kavanagh.ryan.uqam.ca port 587 tls_trust_file /etc/ssl/certs/ca-certificates.crt diff --git a/dot_config/systemd/user/swaybg-random.service b/dot_config/systemd/user/swaybg-random.service index 06d7c29..81df562 100644 --- a/dot_config/systemd/user/swaybg-random.service +++ b/dot_config/systemd/user/swaybg-random.service @@ -5,7 +5,7 @@ Description=Randomize Wayland background Type=exec Restart=always RuntimeMaxSec=1h -ExecStart=/home/rak/bin/swaybg-random +ExecStart=swaybg-random [Install] WantedBy=wayland-session.target diff --git a/bin/executable_Internet.m3u.sh b/dot_local/bin/executable_Internet.m3u.sh index 62d83d0..62d83d0 100644 --- a/bin/executable_Internet.m3u.sh +++ b/dot_local/bin/executable_Internet.m3u.sh diff --git a/bin/executable_copyright.awk b/dot_local/bin/executable_copyright.awk index 371a9c2..371a9c2 100755 --- a/bin/executable_copyright.awk +++ b/dot_local/bin/executable_copyright.awk diff --git a/bin/executable_do_blue.sh b/dot_local/bin/executable_do_blue.sh index cd79e50..cd79e50 100755 --- a/bin/executable_do_blue.sh +++ b/dot_local/bin/executable_do_blue.sh diff --git a/bin/executable_do_dac.sh b/dot_local/bin/executable_do_dac.sh index 7ae913e..7ae913e 100755 --- a/bin/executable_do_dac.sh +++ b/dot_local/bin/executable_do_dac.sh diff --git a/bin/executable_do_speakers.sh b/dot_local/bin/executable_do_speakers.sh index 84b82e1..84b82e1 100755 --- a/bin/executable_do_speakers.sh +++ b/dot_local/bin/executable_do_speakers.sh diff --git a/bin/executable_icd b/dot_local/bin/executable_icd index 367b87f..367b87f 100755 --- a/bin/executable_icd +++ b/dot_local/bin/executable_icd diff --git a/bin/executable_lbdb-fetchaddr-wrapper b/dot_local/bin/executable_lbdb-fetchaddr-wrapper index bb1270a..bb1270a 100755 --- a/bin/executable_lbdb-fetchaddr-wrapper +++ b/dot_local/bin/executable_lbdb-fetchaddr-wrapper diff --git a/bin/executable_lfoot b/dot_local/bin/executable_lfoot index 5522085..5522085 100644 --- a/bin/executable_lfoot +++ b/dot_local/bin/executable_lfoot diff --git a/bin/executable_mailx-alias b/dot_local/bin/executable_mailx-alias index c1d961a..c1d961a 100755 --- a/bin/executable_mailx-alias +++ b/dot_local/bin/executable_mailx-alias diff --git a/bin/executable_mice.sh b/dot_local/bin/executable_mice.sh index 794f86f..794f86f 100755 --- a/bin/executable_mice.sh +++ b/dot_local/bin/executable_mice.sh diff --git a/bin/executable_mpd_only.sh b/dot_local/bin/executable_mpd_only.sh index 468c6a5..468c6a5 100755 --- a/bin/executable_mpd_only.sh +++ b/dot_local/bin/executable_mpd_only.sh diff --git a/bin/executable_mpd_others.sh b/dot_local/bin/executable_mpd_others.sh index b27e11e..b27e11e 100755 --- a/bin/executable_mpd_others.sh +++ b/dot_local/bin/executable_mpd_others.sh diff --git a/bin/executable_mutt-fetchbug b/dot_local/bin/executable_mutt-fetchbug index 93ffc58..93ffc58 100755 --- a/bin/executable_mutt-fetchbug +++ b/dot_local/bin/executable_mutt-fetchbug diff --git a/bin/executable_mutt_bgrun b/dot_local/bin/executable_mutt_bgrun index f833bab..f833bab 100755 --- a/bin/executable_mutt_bgrun +++ b/dot_local/bin/executable_mutt_bgrun diff --git a/bin/executable_mutt_oauth2.py b/dot_local/bin/executable_mutt_oauth2.py index 559811f..559811f 100644 --- a/bin/executable_mutt_oauth2.py +++ b/dot_local/bin/executable_mutt_oauth2.py diff --git a/bin/executable_ptmp b/dot_local/bin/executable_ptmp index e42c695..e42c695 100755 --- a/bin/executable_ptmp +++ b/dot_local/bin/executable_ptmp diff --git a/bin/executable_startaudio b/dot_local/bin/executable_startaudio index 3fbfa7f..3fbfa7f 100755 --- a/bin/executable_startaudio +++ b/dot_local/bin/executable_startaudio diff --git a/bin/executable_swaybg-random b/dot_local/bin/executable_swaybg-random index ba4baa1..ba4baa1 100644 --- a/bin/executable_swaybg-random +++ b/dot_local/bin/executable_swaybg-random diff --git a/bin/executable_tmcg b/dot_local/bin/executable_tmcg index 5ebb3cf..5ebb3cf 100755 --- a/bin/executable_tmcg +++ b/dot_local/bin/executable_tmcg diff --git a/bin/executable_wd-bak b/dot_local/bin/executable_wd-bak index f824fba..f824fba 100755 --- a/bin/executable_wd-bak +++ b/dot_local/bin/executable_wd-bak diff --git a/bin/executable_wd-mount b/dot_local/bin/executable_wd-mount index b8f8a45..b8f8a45 100644 --- a/bin/executable_wd-mount +++ b/dot_local/bin/executable_wd-mount diff --git a/bin/executable_wd-umount b/dot_local/bin/executable_wd-umount index 08e55eb..08e55eb 100644 --- a/bin/executable_wd-umount +++ b/dot_local/bin/executable_wd-umount diff --git a/bin/executable_wofi-window-switcher b/dot_local/bin/executable_wofi-window-switcher index 2344093..2344093 100644 --- a/bin/executable_wofi-window-switcher +++ b/dot_local/bin/executable_wofi-window-switcher |