diff options
author | Tyler Davis <tyler@gluecode.net> | 2024-06-07 04:05:36 +0000 |
---|---|---|
committer | Tyler Davis <tyler@gluecode.net> | 2024-06-07 04:05:36 +0000 |
commit | d95a00ccad42fe618759dc3212fb4e3b1aa0f8fb (patch) | |
tree | cb3c8a1df24f3a85df9edad12d5204c41134b726 | |
parent | 315fc69a6d1ea20dbf310679a298bbde4a410bee (diff) | |
download | dotfiles-d95a00ccad42fe618759dc3212fb4e3b1aa0f8fb.tar.gz dotfiles-d95a00ccad42fe618759dc3212fb4e3b1aa0f8fb.zip |
BSD cleanup
-rw-r--r-- | .config/aerc/accounts.conf | 16 | ||||
-rw-r--r-- | .config/aerc/aerc.conf | 6 | ||||
-rw-r--r-- | .config/snownews/keybindings | 8 | ||||
-rw-r--r--[-rwxr-xr-x] | .local/bin/buildgo_sh | 0 | ||||
-rwxr-xr-x | .local/bin/confgit.sh | 18 | ||||
-rw-r--r-- | .local/share/git/repolist | 2 | ||||
-rw-r--r-- | .profile | 9 |
7 files changed, 30 insertions, 29 deletions
diff --git a/.config/aerc/accounts.conf b/.config/aerc/accounts.conf index 7e0e913..d663f45 100644 --- a/.config/aerc/accounts.conf +++ b/.config/aerc/accounts.conf @@ -1,10 +1,10 @@ -[Gluecode] -source = maildir://~/.mail/gluecode -check-mail-cmd = mbsync -L gluecode -check-mail-timeout = 30s -outgoing = /usr/bin/msmtp -a gluecode -from = Tyler Davis <tydavis@gluecode.net> -copy-to = Sent +#[Gluecode] +#source = maildir://~/.mail/gluecode +#check-mail-cmd = mbsync -L gluecode +#check-mail-timeout = 30s +#outgoing = /usr/bin/msmtp -a gluecode +#from = Tyler Davis <tydavis@gluecode.net> +#copy-to = Sent [Tyler Gmail] source = maildir://~/.mail/tydavis @@ -19,7 +19,7 @@ source = maildir://~/.mail/icloud-tydavis check-mail-cmd = mbsync -L icloud-personal check-mail-timeout = 30s outgoing = /usr/bin/msmtp -a icloud -from = Tyler Davis <tydavis313@icloud.com> +from = Tyler Davis <tyler@gluecode.net> copy-to = Sent [Amberleigh Finance] diff --git a/.config/aerc/aerc.conf b/.config/aerc/aerc.conf index a3a5f12..76f3095 100644 --- a/.config/aerc/aerc.conf +++ b/.config/aerc/aerc.conf @@ -440,9 +440,9 @@ 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/*=bat -fP --file-name="$AERC_FILENAME" +#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) - #subject,~Git(hub|lab)=lolcat -f diff --git a/.config/snownews/keybindings b/.config/snownews/keybindings index d5a571b..53bf5df 100644 --- a/.config/snownews/keybindings +++ b/.config/snownews/keybindings @@ -21,15 +21,15 @@ show feedinfo:i mark feed as read:m mark item unread:M # General keybindungs -next item:j -previous item:k +next item:n +previous item:p return to previous menu:h reload feed:r force reload feed:T open url:o open item url in overview:O -page up:b -page down: +page up:k +page down:j top:< bottom:> enter:l diff --git a/.local/bin/buildgo_sh b/.local/bin/buildgo_sh index e1c6432..e1c6432 100755..100644 --- a/.local/bin/buildgo_sh +++ b/.local/bin/buildgo_sh diff --git a/.local/bin/confgit.sh b/.local/bin/confgit.sh index 28046ca..f2ac0ba 100755 --- a/.local/bin/confgit.sh +++ b/.local/bin/confgit.sh @@ -97,17 +97,13 @@ if [ "$(command -v code)" ] && [ "$(env | grep VSCODE)" ]; then git config --global core.editor "code --wait" git config --global diff.tool vscode git config --global merge.tool vscode -elif [ -d "$HOME/.config/doom" ] && [ "$(command -v emacs)" ]; then - export EDITOR="emacs" - export VISUAL="emacs" - export PATH=$PATH:$HOME/.config/emacs/bin -elif [ "$(command -v hx)" ]; then - export EDITOR="hx" - export VISUAL="hx" - git config --global core.editor hx - # Still can't find whether helix supports merge contents - git config --global diff.tool vim - git config --global merge.tool vim +#elif [ "$(command -v hx)" ]; then +# export EDITOR="hx" +# export VISUAL="hx" +# git config --global core.editor hx +# # Still can't find whether helix supports merge contents +# git config --global diff.tool vim +# git config --global merge.tool vim else export EDITOR="vim" export VISUAL="vim" diff --git a/.local/share/git/repolist b/.local/share/git/repolist index 2e1951a..47eb9a0 100644 --- a/.local/share/git/repolist +++ b/.local/share/git/repolist @@ -1,3 +1,5 @@ +tydavis/brnt,origin=git@git.sr.ht:~tydavis/brnt tydavis/dark-mode-notify,origin=https://github.com/bouk/dark-mode-notify.git tydavis/journal,origin=git@git.sr.ht:~tydavis/journal tydavis/resume,origin=git@git.sr.ht:~tydavis/resume +tydavis/snownews,origin=git@git.sr.ht:~tydavis/snownews,sourceforge=https://git.code.sf.net/p/snownews/code @@ -63,6 +63,9 @@ Linux) export PATH=$PATH:/usr/pkg/sbin fi export PATH=$PATH:/sbin:/usr/sbin:$HOME/.local/bin + + export CVS_RSH="ssh" + export CVSROOT="anoncvs@anoncvs.NetBSD.org:/cvsroot" ;; esac @@ -92,9 +95,9 @@ fi if [ "$(command -v code)" ] && [ "$(env | grep VSCODE)" ]; then export EDITOR="code" export VISUAL="code" -elif [ "$(command -v hx)" ]; then - export EDITOR="hx" - export VISUAL="hx" +#elif [ "$(command -v hx)" ]; then +# export EDITOR="hx" +# export VISUAL="hx" else export EDITOR="vim" export VISUAL="vim" |