Dotfiles, utilities, and other apparatus.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
405 B

  1. #!/bin/sh
  2. cat <<DOC
  3. Shell keys:
  4. Ctrl-r - fzf complete from history
  5. Alt-c - fzf complete a dir to cd into
  6. Ctrl-t - fzf complete a filename
  7. Utils:
  8. glances - some monitoring
  9. evince - read pdfs
  10. Network & System:
  11. ip addr show
  12. cat /etc/os-release
  13. Custom utils:
  14. DOC
  15. ls ~/bin/
  16. echo
  17. echo "Cheat:"
  18. ls ~/code/bpb-kit/home/cheatsheets
  19. echo
  20. echo "Example code:"
  21. ls ~/code/bpb-kit/home/fragments