Netbsd
- slim and dwm works, so yay :)
linked mate-terminal to st in /usr/pkg/bin liked st to ~/bin/terminal.sh
- wpa_supplicant and dhcpcd works really well
- no systemd :)
- rc initscripts handled by /etc/rc.conf - templates in /usr/pkg/etc/PACKAGE (mostly at least)
- bash has to be in /etc/shells and then added with that path in /etc/passwd (not working though)
- change shell with chsh
- ls has no –color option! - install gnu coreutils and use binary in /usr/pkg/gnu/bin
- install vim and use vim not vi for .vimrc to work ;)
- envstat for e.g. battery status (see .xinitrc for example)
- run command in new terminal and don’t close -> mate-terminal – bash -c “neofetch; bash”