Install Log

Install Log

Updates und Pakete installieren

freebsd-update fetch
freebsd-update install
reboot
pkg update
pkg install zsh git htop vim-console
chsh /usr/local/bin/zsh root

Install Oh-my-zsh

cd /usr/local/share
git clone --depth=1 https://github.com/robbyrussell/oh-my-zsh.git oh-my-zsh
cd /usr/local/share/oh-my-zsh/plugins
git clone https://github.com/zsh-users/zsh-autosuggestions zsh-autosuggestions
cd ..
vim .gitignore

Deutsche Lokalisierung

cat /etc/login.conf
...
default:\
    ...
    :charset=UTF-8:\
    :lang=de_DE.UTF-8:\
    ...

cap_mkdb /etc/login.conf