install_utils - Kutralyekn/FreeBSD GitHub Wiki

Install Some Utilities

Procedures:

  • Install VIM
# pkg install vim
  • Install Terminator
# pkg install terminator
  • Set Bash Shell
# chsh -s bash
  • Generate SSH Key
# ssh-keygen

Back to Wiki.