Skip to content
On this page

Environment

  • direnv - Set shell variables when you change into a directory.
  • asdf - Manage and use specific versions of software, works with direnv too.
  • rtx - asdf but nicer.
  • pre-commit - Git hooks for various languages, very customizable.
  • git-conventional-commits - Enforce customizable (Angular, etc) commit messages, works with pre-commit too.
  • lsd - The next gen ls command, icons, colors, directory tree.
  • bat - cat clone, is very good, though I enable --plain because I need to copy code sometimes.