dotfiles

Dotfiles for my OpenBSD environment.
git clone https://git.mtkn.jp/dotfiles
Log | Files | Refs

commit 5fa1513f5020b39c776ba23fd38a7c76085d0ef3
parent 8d74e07754148a7db7aa5ba6c32ec9deaa68441c
Author: Matauda Kenji <info@mtkn.jp>
Date:   Sat, 11 May 2024 10:02:40 +0000

rename config

Diffstat:
D.config/tmux/tmux.conf | 20--------------------
Mbin/chogo | 10+++++-----
R.config/X11/Xmodmap -> config/X11/Xmodmap | 0
R.config/X11/Xresources -> config/X11/Xresources | 0
R.config/X11/xinitrc -> config/X11/xinitrc | 0
R.config/fontconfig/fonts.conf -> config/fontconfig/fonts.conf | 0
R.config/git/config -> config/git/config | 0
R.config/git/ignore -> config/git/ignore | 0
R.config/gtk-3.0/bookmarks -> config/gtk-3.0/bookmarks | 0
R.config/mpv/mpv.conf -> config/mpv/mpv.conf | 0
R.config/mutt/conf.d/sakura -> config/mutt/conf.d/sakura | 0
R.config/mutt/mailcap -> config/mutt/mailcap | 0
R.config/mutt/muttrc -> config/mutt/muttrc | 0
R.config/newsboat/config -> config/newsboat/config | 0
R.config/newsboat/urls -> config/newsboat/urls | 0
Aconfig/tmux/tmux.conf | 15+++++++++++++++
R.config/vim/vimrc -> config/vim/vimrc | 0
R.config/w3m/bookmark.html -> config/w3m/bookmark.html | 0
R.config/w3m/config -> config/w3m/config | 0
R.config/w3m/keymap -> config/w3m/keymap | 0
R.config/w3m/mailcap -> config/w3m/mailcap | 0
21 files changed, 20 insertions(+), 25 deletions(-)

diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf @@ -1,20 +0,0 @@ -set -g prefix C-q -unbind C-b -setw -g mode-keys vi - -bind h select-pane -L -bind j select-pane -D -bind k select-pane -U -bind l select-pane -R - -bind H resize-pane -L 5 -bind J resize-pane -D 5 -bind K resize-pane -U 5 -bind L resize-pane -R 5 - -bind | split-window -h -bind - split-window -v - -set-option -g default-terminal 'screen-256color' -set -g status-fg white -set -g status-bg black diff --git a/bin/chogo b/bin/chogo @@ -88,11 +88,11 @@ if [ -n "$2" ]; then if [ ! -f "$2" ]; then echo "file $2 not found" >&2; exit 1; fi fi case "$1" in - st) eval 'cat '"$2" | sed '/^[:space:]*$/d' | st ;; - bs) eval 'cat '"$2" | sed '/^[:space:]*$/d' | bs ;; - pl) eval 'cat '"$2" | sed '/^[:space:]*$/d' | pl ;; - bf) eval 'cat '"$2" | sed '/^[:space:]*$/d' | bf ;; - ck) eval 'cat '"$2" | sed '/^[:space:]*$/d' | ck ;; + st) eval 'cat '"$2" | sed '/^[[:space:]]*$/d' | st ;; + bs) eval 'cat '"$2" | sed '/^[[:space:]]*$/d' | bs ;; + pl) eval 'cat '"$2" | sed '/^[[:space:]]*$/d' | pl ;; + bf) eval 'cat '"$2" | sed '/^[[:space:]]*$/d' | bf ;; + ck) eval 'cat '"$2" | sed '/^[[:space:]]*$/d' | ck ;; *) usage >&2; exit 1 ;; #BUG: script not terminated if $2 is empty and command doesn't exist esac diff --git a/.config/X11/Xmodmap b/config/X11/Xmodmap diff --git a/.config/X11/Xresources b/config/X11/Xresources diff --git a/.config/X11/xinitrc b/config/X11/xinitrc diff --git a/.config/fontconfig/fonts.conf b/config/fontconfig/fonts.conf diff --git a/.config/git/config b/config/git/config diff --git a/.config/git/ignore b/config/git/ignore diff --git a/.config/gtk-3.0/bookmarks b/config/gtk-3.0/bookmarks diff --git a/.config/mpv/mpv.conf b/config/mpv/mpv.conf diff --git a/.config/mutt/conf.d/sakura b/config/mutt/conf.d/sakura diff --git a/.config/mutt/mailcap b/config/mutt/mailcap diff --git a/.config/mutt/muttrc b/config/mutt/muttrc diff --git a/.config/newsboat/config b/config/newsboat/config diff --git a/.config/newsboat/urls b/config/newsboat/urls diff --git a/config/tmux/tmux.conf b/config/tmux/tmux.conf @@ -0,0 +1,15 @@ +setw -g mode-keys vi + +bind h select-pane -L +bind j select-pane -D +bind k select-pane -U +bind l select-pane -R + +bind H resize-pane -L 5 +bind J resize-pane -D 5 +bind K resize-pane -U 5 +bind L resize-pane -R 5 + +set-option -g default-terminal 'screen-256color' +set -g status-fg white +set -g status-bg black diff --git a/.config/vim/vimrc b/config/vim/vimrc diff --git a/.config/w3m/bookmark.html b/config/w3m/bookmark.html diff --git a/.config/w3m/config b/config/w3m/config diff --git a/.config/w3m/keymap b/config/w3m/keymap diff --git a/.config/w3m/mailcap b/config/w3m/mailcap