Pierre B 50c69d7c3d first commit | il y a 3 ans | |
---|---|---|
.config | il y a 3 ans | |
openbsd-dark | il y a 3 ans | |
.Xdefaults | il y a 3 ans | |
.conkyrc | il y a 3 ans | |
.i3status.conf | il y a 3 ans | |
.vimrc | il y a 3 ans | |
.xinitrc | il y a 3 ans | |
README.md | il y a 3 ans | |
background.jpg | il y a 3 ans | |
doas.conf | il y a 3 ans | |
install.sh | il y a 3 ans | |
slim.conf | il y a 3 ans |
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