| Various config tweeks. - dotfiles - These are my dotfiles. There are many like … | |
| Log | |
| Files | |
| Refs | |
| README | |
| --- | |
| commit 27d72fdb1fd191b19e4037a2083269eeac647c5f | |
| parent 59ec2bc0cfdaf8241127f11e1414c157297272fe | |
| Author: Jay Scott <[email protected]> | |
| Date: Mon, 3 Jul 2023 22:22:31 +0100 | |
| Various config tweeks. | |
| Diffstat: | |
| M .gitignore | 10 ++++++++++ | |
| M ashrc | 9 ++++++++- | |
| M lynx/bookmarks.html | 1 + | |
| M lynx/config | 3 ++- | |
| M mutt/muttrc | 4 ++-- | |
| M newsboat/config | 2 +- | |
| M newsboat/urls | 1 + | |
| 7 files changed, 25 insertions(+), 5 deletions(-) | |
| --- | |
| diff --git a/.gitignore b/.gitignore | |
| @@ -17,9 +17,19 @@ ncmpcpp/error.log | |
| bin/lf | |
| bin/senpai | |
| bin/ytfzf | |
| +bin/terraform | |
| +bin/neonmodem | |
| # vim | |
| vim/bundle | |
| +# slrn | |
| +slrn/out.going | |
| +slrn/data | |
| +slrn/log | |
| +slrn/news | |
| +slrn/requests | |
| +slrn/authinfo | |
| + | |
| # mutt contacts | |
| mutt/aliases | |
| diff --git a/ashrc b/ashrc | |
| @@ -22,17 +22,24 @@ export PS1="[\[$(tput sgr0)\]\[\033[38;5;7m\]\W\[$(tput sgr… | |
| export BEMENU_OPTS="-p '> ' --tb '#013220' --tf '#ffffff' --hf '#444444'" | |
| +# terraform config | |
| +export TF_CLOUD_ORGANIZATION="jay-scot" | |
| +export TF_WORKSPACE="hetzner" | |
| + | |
| # lynx | |
| export LYNX_CFG=$HOME/.config/lynx/config | |
| export LYNX_LSS=$HOME/.config/lynx/theme.lss | |
| +# slrn | |
| +alias slrn='slrn -i ~/.config/slrn/config' | |
| +alias slrnpull='slrnpull -d ~/.config/slrn/' | |
| + | |
| # safety first kids! | |
| alias cp='cp -i' | |
| alias mv='mv -i' | |
| alias rm='rm -i' | |
| # random alias | |
| -alias t='wtwitch' | |
| alias weather='curl wttr.in/?1QF' | |
| # git alias | |
| diff --git a/lynx/bookmarks.html b/lynx/bookmarks.html | |
| @@ -10,6 +10,7 @@ | |
| <p> | |
| <ol> | |
| +<h2>Gopher</h2> | |
| <LI><a href="gopher://jay.scot/">jay.scot</a> | |
| <LI><a href="gopher://freeshell.org/">freeshell</a> | |
| <LI><a href="gopher://bitreich.org/">bitreich.org</a> | |
| diff --git a/lynx/config b/lynx/config | |
| @@ -1,4 +1,4 @@ | |
| -STARTFILE:gopher://freeshell.org | |
| +STARTFILE:~/.config/lynx/bookmarks.html | |
| # bookmarks | |
| DEFAULT_BOOKMARK_FILE:./.config/lynx/bookmarks.html | |
| @@ -9,6 +9,7 @@ ASSUME_CHARSET:utf-8 | |
| NO_PAUSE:TRUE | |
| MINIMAL_COMMENTS:TRUE | |
| +DEFAULT_EDITOR:/usr/bin/vim | |
| DEFAULT_KEYPAD_MODE:LINKS_AND_FIELDS_ARE_NUMBERED | |
| diff --git a/mutt/muttrc b/mutt/muttrc | |
| @@ -28,7 +28,7 @@ bind compose p pgp-menu | |
| set pgp_use_gpg_agent = yes | |
| set pgp_sign_as = 0726AF07C73389E1E4475B7EC88BBC696A39CCB0 | |
| set pgp_timeout = 3600 | |
| -set crypt_autosign = yes | |
| +set crypt_autosign = no | |
| set crypt_replyencrypt = yes | |
| # html emails | |
| @@ -52,7 +52,6 @@ set postponed = "+jay/Drafts" | |
| set record = "+jay/Sent" | |
| # inbox | |
| -mailboxes +jay | |
| mailboxes ! `echo ~/.mail/jay/*` | |
| set sort_alias = alias | |
| @@ -60,6 +59,7 @@ set reverse_alias = yes | |
| source $alias_file | |
| # macros | |
| +bind index g noop | |
| bind index gg first-entry | |
| bind index G last-entry | |
| bind index <space> collapse-thread | |
| diff --git a/newsboat/config b/newsboat/config | |
| @@ -5,7 +5,7 @@ browser "~/bin/link_handler.sh" | |
| # Reload | |
| auto-reload no | |
| reload-time 30 | |
| -reload-threads 4 | |
| +reload-threads 8 | |
| prepopulate-query-feeds yes | |
| show-read-feeds no | |
| diff --git a/newsboat/urls b/newsboat/urls | |
| @@ -32,6 +32,7 @@ https://drewdevault.com/blog/index.xml "!" "~Drew DeVault" pe… | |
| http://joeyh.name/blog/index.rss "!" "~Joey H" people | |
| https://unixsheikh.com/feed.rss "!" "~Unix Sheikh" people | |
| https://www.uninformativ.de/blog/feeds/en.atom "!" "~Uninformativ" people | |
| +https://aliquote.org/index.xml "!" "~Ali Quote" people | |
| # GEMINI | |
| "exec:gemget tilde.team/~tomasino/atom.xml --output -" "!" "[email protected]… |