My OpenBSD dotfiles.
- If the user account doesn't exist, create it (
adduser(8)
) and configuredoas(1)
. - 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