dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit 2512c7ba11c7eb8904c6fd3aa6cc53ca2d12c966
parent 1ff29c40e0d307fad503b077f6d8ad8e84e3234e
Author: Kenji Matsuda <ftvda283@gmail.com>
Date:   Tue, 29 Jun 2021 16:01:40 +0900

change something

Diffstat:
M.bash_profile | 6+++---
M.config/mutt/mailcap | 4+++-
M.config/mutt/muttrc | 11++++++++---
M.config/newsboat/urls | 17+++++++++++++----
M.config/nvim/.netrwhist | 4++--
5 files changed, 29 insertions(+), 13 deletions(-)

diff --git a/.bash_profile b/.bash_profile @@ -6,14 +6,14 @@ export XDG_CONFIG_HOME="$HOME/.config" export XDG_CACHE_HOME="$HOME/.cache" export XDG_DATA_HOME="$HOME/.local/share" +export XDG_RUNTIME_DIR="/tmp/xdg_runtime_dir_$USER" [ ! -d $XDG_CONFIG_HOME ] && mkdir -p $XDG_CONFIG_HOME [ ! -d $XDG_CACHE_HOME ] && mkdir -p $XDG_CACHE_HOME [ ! -d $XDG_DATA_HOME ] && mkdir -p $XDG_DATA_HOME export PATH="$PATH:$HOME/.local/bin" -export EDITOR=vi -export TERMINAL=st -export HISTFILE="$XDG_CACHE_HOME/.sh_history" +export EDITOR=nvim +export HISTFILE="$XDG_CACHE_HOME/sh_history" export X11HOME="$XDG_CONFIG_HOME/X11" export XINITRC="$X11HOME/xinitrc" diff --git a/.config/mutt/mailcap b/.config/mutt/mailcap @@ -1 +1,3 @@ -text/html; w3m -I %{charset} -T text/html; copiousoutput; +text/html; w3m %s -I %{charset} -T text/html +image/*; sxiv %s +application/pdf; zathura %s diff --git a/.config/mutt/muttrc b/.config/mutt/muttrc @@ -28,15 +28,20 @@ set editor = "vi" set charset = "utf-8" set certificate_file = "./certificates" set mailcap_path = "~/.config/mutt/mailcap" -auto_view text/html +auto_view text/plain +#set implicit_autoview = "yes" set sidebar_visible set sidebar_width = 15 set sidebar_divider_char = '|' # Vim like binds -bind attach,index,pager \CD next-page -bind attach,index,pager \CU previous-page +bind attach,index,pager \CD half-down +bind attach,index,pager \CU half-up bind pager g top bind pager G bottom +bind pager j next-line +bind pager k previous-line +bind pager \CN next-undeleted +bind pager \CP previous-undeleted bind attach,index g first-entry bind attach,index G last-entry diff --git a/.config/newsboat/urls b/.config/newsboat/urls @@ -1,10 +1,19 @@ https://lukesmith.xyz/rss.xml https://notrelated.xyz/rss https://videos.lukesmith.xyz/feeds/videos.xml?sort=-publishedAt&filter=local +https://suckless.org/atom.xml +https://archlinux.org/feeds/news/ +https://www.romanzolotarev.com/rss.xml +https://www.youtube.com/feeds/videos.xml?channel_id=UCntL6bw6PoFR0r67cMYXLkg +https://www.freebsd.org/events/feed.xml +https://www.youtube.com/feeds/videos.xml?channel_id=UCNnuBjHrb2UYBUi0I5otmjQ +https://www.youtube.com/feeds/videos.xml?channel_id=UCykitgt7KZZdBo597aoz38A https://www.youtube.com/feeds/videos.xml?channel_id=UCExoD6BaC8Pj45SB92iS1Wg https://www.youtube.com/feeds/videos.xml?channel_id=UCgVRISJeNusnxbYad3vfajg -https://suckless.org/atom.xml https://blog.eniehack.net/atom.xml -https://www.romanzolotarev.com/rss.xml -https://www.youtube.com/feeds/videos.xml?channel_id=UCL7VEatXa9yBCKeM-ww8TnA -https://archlinux.org/feeds/news/ +https://www.youtube.com/feeds/videos.xml?channel_id=UCwSOARsvB-Qa6PtuYyK74dA asmr +https://www.youtube.com/feeds/videos.xml?channel_id=UCz4jhqrCfthF8NnldZeK_rw asmr +https://www.youtube.com/feeds/videos.xml?channel_id=UCmZb4LwQRhEzZX5Uqpcqziw asmr +https://www.youtube.com/feeds/videos.xml?channel_id=UC3e37Zv08ZpnGyjzZpqzuLA asmr +https://www.youtube.com/feeds/videos.xml?channel_id=UCue0AhOm8SARARIcT-0mE1w asmr +https://www.youtube.com/feeds/videos.xml?channel_id=UCAZqVGCUyiEBNopy7EloMTw asmr diff --git a/.config/nvim/.netrwhist b/.config/nvim/.netrwhist @@ -1,5 +1,6 @@ let g:netrw_dirhistmax =10 -let g:netrw_dirhistcnt =5 +let g:netrw_dirhistcnt =6 +let g:netrw_dirhist_6='/usr/home/kenji/.local/src/uim' let g:netrw_dirhist_5='/home/kenji/.local/src/dwm' let g:netrw_dirhist_4='/usr/share/terminfo/A' let g:netrw_dirhist_3='/usr/share/terminfo' @@ -9,4 +10,3 @@ let g:netrw_dirhist_0='/home/kenji/.config/fontconfig' let g:netrw_dirhist_9='/etc/fonts/conf.d' let g:netrw_dirhist_8='/home/kenji/.config/fontconfig' let g:netrw_dirhist_7='/home/kenji/.config/surf/styles' -let g:netrw_dirhist_6='/etc/hosts.d'