dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit 2894e612333d8c2981aaf2a3a23f35e4d1430eae
parent bdf9609c212ddc11d9ed8e45844f39f374649501
Author: Matsuda Kenji <contact2655@matsudakenji.xyz>
Date:   Sun,  5 Jun 2022 18:20:54 +0900

some change

Diffstat:
M.config/X11/Xresources | 5+----
M.config/mutt/conf.d/sakura | 4+++-
M.config/mutt/muttrc | 3++-
M.config/mutt/passwd/gmail.gpg | 0
M.config/newsboat/urls | 1+
Mbin/dwm_blocks_wifi.sh | 2+-
Mbin/home_backup | 2+-
Mpasswords.gpg | 0
8 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/.config/X11/Xresources b/.config/X11/Xresources @@ -1,9 +1,6 @@ *background: #000000 *foreground: #FFFFFF -Sxiv.background: #000000 -Sxiv.foreground: #FFFFFF - ! xterm -xterm*faceName: monospace :size=11:antialias=true +xterm*faceName: monospace :size=8:antialias=true xterm*visualBell: true diff --git a/.config/mutt/conf.d/sakura b/.config/mutt/conf.d/sakura @@ -15,6 +15,8 @@ set trash = "=Trash" set postponed = "=Drafts" named-mailboxes \ s_inbox =INBOX \ - s_sent =Sent \ + KBUG =KBUG \ + KUAC =KUAC \ s_draft =Drafts \ + s_sent =Sent \ s_trash =Trash diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -25,6 +25,7 @@ auto_view text/plain set pager = less unset prompt_after set sort = reverse-date +bind index <Esc>r group-chat-reply #sidebar set sidebar_visible @@ -46,7 +47,7 @@ source /usr/local/share/examples/neomutt/gpg.rc set pgp_default_key = E05198049B0E4EEA #set crypt_autoencrypt set pgp_sign_as = E05198049B0E4EEA -set crypt_autosign +#set crypt_autosign # Vim like binds bind attach,index \CD half-down diff --git a/.config/mutt/passwd/gmail.gpg b/.config/mutt/passwd/gmail.gpg Binary files differ. diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -8,6 +8,7 @@ https://unixsheikh.com/feed.rss comuter https://lonami.dev/blog/atom.xml comuter https://dataswamp.org/~solene/rss.xml comuter https://www.freebsd.org/events/feed.xml comuter +https://feeds.fireside.fm/bsdnow/rss https://blog.eniehack.net/atom.xml comuter https://jcs.org/rss comuter https://undeadly.org/cgi?action=rss comuter diff --git a/bin/dwm_blocks_wifi.sh b/bin/dwm_blocks_wifi.sh @@ -1,4 +1,4 @@ #!/bin/sh ifconfig em0 | awk '/active/{printf ""}' -ifconfig iwn0 | awk '/active/{printf ""}/no network/{printf " down\n"}/nwid/{printf "%s\n", $3}' +ifconfig iwn0 | awk '/active/{printf ""}/no network/{printf " down\n"}/join/{printf "%s\n", $3}' diff --git a/bin/home_backup b/bin/home_backup @@ -1,2 +1,2 @@ #!/bin/sh -rsync -av --delete ~/.mozilla ~/.config ~/.eskk ~/.gitconfig ~/.local ~/.ssh ~/.uim.d ~/Downloads ~/TODO ~/code ~/docs ~/music ~/pics ~/videos 192.168.100.200:/mnt/x220 +rsync -av --delete ~/.mozilla ~/.config ~/.eskk ~/.gitconfig ~/.local ~/.ssh ~/.uim.d ~/TODO ~/code ~/docs ~/music ~/pics ~/videos 192.168.100.200:/mnt/x220 diff --git a/passwords.gpg b/passwords.gpg Binary files differ.