Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 403 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 403 Bytes

Install process

After installing a distro without any Desktop Environment:

su -

# let the user run sudo commands
usermod -a -G sudo [username]

# remove any cd/dvd reference there
vi /etc/apt/sources.list

apt install doas git
echo 'permit persist [username] as root' > /etc/doas.conf
exit   # from the root session

git clone https://github.com/unkiwii/dotfiles && sh dotfiles/install.sh