Skip to content

kloia/terminal-goodies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

terminal-goodies

Terminal and Command Line tools Kloians use

Terminal (emulators*)

  • Kitty
    • performance
    • low latency
    • cross-platform
    • easy configuration
  • ITerm2
    • macOS native feeling
    • practically zero configuration
  • Windows Terminal
    • Windows native feeling
    • neat integration with WSL2 (running vms in windows)
  • WezTerm
    • performance
    • cross-platform
    • high level of customization (lua)

Fonts

Nerd Fonts allow you to do this:

--->  kloia

(which you probably can't see without the font, or on GitHub)

Easily installed with:

brew tap homebrew/cask-fonts
brew install font-jetbrains-mono-nerd-font

Shells & Auto-complete

  • fish
    • built in Auto-Complete
    • low configuration needed
    • not bash compatible!
      • seems like a con, but you can always bash -c
  • zsh
  • bash
    • good ol' bash
    • universal

Prompts

  • starship.rs
    • gives you quick feedback on your environment

CLI Tools

  • Modern Unix
    • classic unix tools rewritten for modern systems
    • fzf
      • fuzzy finder for piping stuff
    • cat -> bat
      • content aware cat
    • ls -> exa
      • colors, icons, .gitignore support
      • kinda hard to type, I alias it to "ll"
    • find -> fd
    • ...and more
  • slides
    • simple markdown slideshows on terminal

dotfile Management

For backing up dotfiles and reproducing development environments:

  • chezmoi
    • simple interface
    • powerful customizations as needed
      • go template support
      • pulling other git repositories
      • running commands on every sync
  • dotbare
    • bare git repo based dotfile solution

Other Goodies

  • Tailscale
    • easy to use personal/team VPN for devices
    • generous free tier for personal use
  • Raycast
    • a better spotlight replacement for macOS
    • neat plugins and integrations

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published