The guides in this repo are meant to help you:
- ...make your CLI experience much cooler.
- ...get past your fear and frustration with using vim.
- ...assimilate tmux into your workflow (and be excited about it).
(Linux users only) In a hurry? An installer script that installs all the cool tools for you for you is available here. Please note the script will alias ls, cd and cat to their new, cooler, replacements. If you don't like that, you can undo this by removing the alias entries from your ~/.bashrc or ~/.zshrc file.
The list below are setup steps for some cool CLI tools, including:
Note: This list is also the recommended order of installation.
- oh-my-zsh and Powerlevel10k - a zsh framework and great zsh theme
- bat - a better
cat - eza - a better
ls - zoxide - a better
cd - fzf - a fuzzy finder for the CLI
- tldr - a more concise
manpage - (coming soon) - thefuck - a CLI typo fixer
A hands-on, step-by-step guide for getting started with some of vim's most useful functionality. This guide is not even close to comprehensive but it is enough to make you dangerous.
A hands-on, step-by-step guide to get you very comfortable with using tmux to enhance your workflows. By the end of this lab you will appreciate the power and awesomeness of tmux and how it can help speed up your workflow.