Pierre B 50c69d7c3d first commit | hace 3 años | |
---|---|---|
.config | hace 3 años | |
openbsd-dark | hace 3 años | |
.Xdefaults | hace 3 años | |
.conkyrc | hace 3 años | |
.i3status.conf | hace 3 años | |
.vimrc | hace 3 años | |
.xinitrc | hace 3 años | |
README.md | hace 3 años | |
background.jpg | hace 3 años | |
doas.conf | hace 3 años | |
install.sh | hace 3 años | |
slim.conf | hace 3 años |
My OpenBSD dotfiles.
adduser(8)
) and configure doas(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