adampaulukanis / dotHome

my config files both on OpenBSD and Mac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotHome

My config files.

  • use Hack fonts (# doas pkg_add hack-fonts)
  • use Vim
  • use i3 config file
# run install.sh

Vim

Extract plugins/packages into ~/dotHOME/vim/pack/${VENDOR}/start, where VENDOR is some name.

Generating help tags

In Vim issuing :helptags $RTP should do the trick or :helptags ALL.

TMUX Plugins

  1. tmux-resurrect
$ cd # you are now in your $HOME
$ git clone https://github.com/tmux-plugins/tmux-resurrect
$ tmux source-file ~/.tmux.conf # reload TMUX environment, if TMUX already run press ^b R

About

my config files both on OpenBSD and Mac


Languages

Language:Vim Script 61.9%Language:Shell 32.7%Language:HTML 2.8%Language:CSS 2.6%