dotfiles

Dotfiles for my OpenBSD environment.
Log | Files | Refs

commit 83e357920173ed6a5ab62f0b30a74c7f589d224f
parent 8127446fc633197fe69a636915dcd456abecd67a
Author: Matsuda Kenji <ftvda283@gmail.com>
Date:   Fri, 19 Mar 2021 18:01:51 +0900

change xresources

Diffstat:
M.bashrc | 1+
M.config/X11/Xresources | 39---------------------------------------
M.config/nvim/.netrwhist | 4++--
3 files changed, 3 insertions(+), 41 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -12,6 +12,7 @@ PS1='[\u@\h \W]$(__git_ps1)\[\033[00m\]\\$ ' alias ls='ls --color=auto' alias vim=nvim alias brave='brave -high-dpi-support=1 -force-device-scale-factor=0.8' +alias w3m='env HOME=$XDG_CONFIG_HOME w3m' set -o vi diff --git a/.config/X11/Xresources b/.config/X11/Xresources @@ -1,41 +1,2 @@ -! -URxvt.scrollBar: false -URxvt.scrollstyle: plain -URxvt.cursorUnderline: true -URxvt.pointerBlank: true -URxvt.saveLines: 3000 -URxvt.fading: 20 -URxvt.visualBell: true -URxvt.perl-ext-common: default,matcher -URxvt.url-launcher: /usr/bin/brave - -URxvt.color0: #282828 -URxvt.color1: #cc241d -URxvt.color2: #98971a -URxvt.color3: #d79921 -URxvt.color4: #458588 -URxvt.color5: #b16286 -URxvt.color6: #689d6a -URxvt.color7: #a89984 -URxvt.color8: #928374 -URxvt.color9: #fb4934 -URxvt.color10: #b8bb26 -URxvt.color11: #fabd2f -URxvt.color12: #83a598 -URxvt.color13: #d3869b -URxvt.color14: #8ec07c -URxvt.color15: #ebdbb2 -URxvt.foreground: #ebdbb2 -URxvt.background: #000000 -URxvt.colorIT: #8ec07c -URxvt.colorBD: #d5c4a1 -URxvt.colorUL: #83a598 -URxvt.scrollColor: #504945 - -! font config -URxvt.font: xft:Source Code Pro:size=10:antialias=true -URxvt.inputMethod: ibus -URxvt.preeditType: OverTheSpot - Sxiv.background: #000000 Sxiv.foreground: #AAAAAA diff --git a/.config/nvim/.netrwhist b/.config/nvim/.netrwhist @@ -1,5 +1,6 @@ let g:netrw_dirhistmax =10 -let g:netrw_dirhistcnt =9 +let g:netrw_dirhistcnt =0 +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' @@ -9,4 +10,3 @@ let g:netrw_dirhist_4='/home/kenji' let g:netrw_dirhist_3='/home/kenji/.config/i3blocks' let g:netrw_dirhist_2='/home/kenji/.config/ranger' let g:netrw_dirhist_1='/home/kenji/src/python/othello/reversi' -let g:netrw_dirhist_0='/home/kenji/src/python/othello/reversi/game'