Source

Cool games!

sudo apt install bsdgames
apropos game
 
bsdgames-adventure
hangman
trek
 
sudo apt install nethack-console
nethack

Config changes

.zshrc

  • bindkey -v
  • bindkey '^R' history-search-incremental-backwards

.config/aliasrc

  • aliased hist to fc -li 100
  • aliased fc to fc -li
  • aliased rm to echo 'Use /bin/rm' TEMPORARILY
  • aliased d to trash
  • aliased dl to trash-list

Tips and tricks

  • <C-z> send a program to the background (“minimize”)
  • fg to resume

history trick:

  • !?search-term - reruns last command containing search-term

follow system logs:

  • tail -f /path/to/logfile
  • journalctl -fu service

Helpful links

EOF