diff options
author | Tyler Davis <tyler@gluecode.net> | 2025-02-25 21:46:42 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2025-02-25 21:46:42 +0000 |
commit | 2fd55ea6a4aeae37028420d83dd7ee4db373dae4 (patch) | |
tree | 6b8a99d28187d66b95697879e977d01248960564 | |
parent | 6d8b1ef7e80ff9892f9822f6a7119df3eaf054b5 (diff) | |
download | dotfiles-2fd55ea6a4aeae37028420d83dd7ee4db373dae4.tar.gz dotfiles-2fd55ea6a4aeae37028420d83dd7ee4db373dae4.zip |
quick update
-rw-r--r-- | .config/aerc/aerc.conf | 4 | ||||
-rwxr-xr-x | .local/bin/update_bsd.sh | 4 | ||||
-rw-r--r-- | .local/share/git/repolist | 1 |
3 files changed, 4 insertions, 5 deletions
diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index 73854e4..76f3095 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -440,8 +440,8 @@ text/plain=colorize text/calendar=calendar message/delivery-status=colorize message/rfc822=colorize -text/html=pandoc -f html -t plain | colorize -#text/html=html | colorize +#text/html=pandoc -f html -t plain | colorize +text/html=html | colorize #text/*=cat -fP --file-name="$AERC_FILENAME" #application/x-sh=bat -fP -l sh #image/*=catimg -w $(tput cols) - diff --git a/.local/bin/update_bsd.sh b/.local/bin/update_bsd.sh index d47f849..ca6d392 100755 --- a/.local/bin/update_bsd.sh +++ b/.local/bin/update_bsd.sh @@ -22,7 +22,7 @@ cd /usr/src ; cvs update -dP -r netbsd-10-1-RELEASE ; # Build with Xsrc -/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution kernel=GENERIC ; +/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -x -X /usr/xsrc -U -u -P distribution release kernel=GENERIC ; # Build without X -#/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -U -u -P distribution kernel=GENERIC ; +#/usr/src/build.sh -j $(sysctl -n hw.ncpu) -c clang -O /usr/obj/ -T /usr/tools/ -U -u -P distribution release kernel=GENERIC ; diff --git a/.local/share/git/repolist b/.local/share/git/repolist index 9cd3c7f..1278903 100644 --- a/.local/share/git/repolist +++ b/.local/share/git/repolist @@ -1,4 +1,3 @@ -blink,origin=https://github.com/blinksh/blink.git caddy,origin=https://github.com/caddyserver/caddy.git cs631apue,origin=git@github.com:jschauma/cs631apue.git dark-mode-notify,origin=https://github.com/bouk/dark-mode-notify.git |