Need to install chezmoi first and pull the configuration:
# xbps-install -Sy chezmoi
$ chezmoi init https://gitlab.com/kartikynwa/dotfiles.git
Most of the packages required are listed in the packages.txt file in the
repository. Installation can be automated using the install_packages.sh
script but it is recommended that you go over the packages that are being
installed.
$ chezmoi apply ~/.config/chezmoi
$ chezmoi apply
chsh
Edit /etc/sudoers using the visudo command. Add the following line:
%wheel ALL=(ALL) NOPASSWD: /usr/bin/halt, /usr/bin/poweroff, /usr/bin/reboot, \
/usr/bin/shutdown, /usr/bin/zzz, /usr/bin/ZZZ
In /etc/acpi/handler.sh. You know the rest (I hope).
