Uses_
$ cat environment.txt
├─ OS: Fedora-based Linux
├─ Editor: Zed (with Vim keybindings) - Fast, GPU-accelerated
├─ Terminal: Konsole - KDE's powerful terminal emulator
└─ Shell: Zsh + Oh My Zsh - Feature-rich, customizable shell
$ ls cli-tools/
├─ tmux - Terminal multiplexer for managing multiple sessions
├─ ripgrep (rg) - Fast grep alternative, recursively searches directories
├─ fd - Modern find replacement with intuitive syntax
├─ bat - Cat clone with syntax highlighting and Git integration
├─ fzf - Fuzzy finder for command-line
├─ eza/lsd - Modern ls replacement with icons and Git status
├─ htop/btop - Interactive process viewer and system monitor
└─ Docker/Podman - Container runtime for development and deployment
$ cat applications.txt
├─ Browser: Chrome - Primary web browser
├─ API Testing: Postman - REST API development and testing
├─ Database: DBeaver - Universal database management tool
├─ Notes: Notion - Documentation and knowledge management
└─ Version Control: Git (CLI) - Source control via command line
$ echo "Inspired by the /uses movement - sharing the tools that power my workflow"