jarebear6expepjozn6rakjq5iczi3irqwphcvb / dotfiles-1

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My OpenBSD dotfiles.

How to install

  1. If the user account doesn't exist, create it (adduser(8)) and configure doas(1).
  2. Run the following commands:
$ tmpdir=$(mktemp -d)
$ ftp -Vo - https://codeload.github.com/crhenr/dotfiles/tar.gz/master | tar zxf - -C $tmpdir
$ doas /$tmpdir/dotfiles-master/install.sh
$ rm -fr $tmpdir

Result

About

My dotfiles


Languages

Language:Shell 66.3%Language:Vim Script 33.7%