π Daily Usage β My Flow π»πβ
Welcome to the cheat sheet of how I actually use my machine on a daily basis β optimized for speed, clarity, and focus. π§ β‘
π₯οΈ Desktop Environment (Wayland + Qtile) ποΈπ
I use Qtile Wayland as my main compositor + WM β custom-built with my own config. Iβve decorated it with π· Nord theme, powerline widgets, and intuitive keybindings.
π Workspace Usage
1
β Code π¨βπ» (Neovim, Git)2
β Web π (Firefox, Librewolf, Brave...)3
β Terminals π₯οΈ (htop, scripts, etc.)4
β Docs π (PDFs, notes, Zathura)5+
β Scratch or task-specific
π§ Workflow Habits
- Always boot into a clean state thanks to
nixos-rebuild
magic β¨ - I rarely reboot β my uptime is often ποΈ multiple days
- I donβt close terminals β I live in them π§ββοΈ
- No distractions β no YouTube, no games, just Vim & chill π
π§ Coding Flow
π₯· Editor: Neovim
nvim
with Lua config + custom plugin loadout π- LSPs + Treesitter = buttery smooth coding π°
telescope
to fuzzy-find everything π§alpha-nvim
for startup dashboard π«
π Project Management
- Git all the way π§¬
lazygit
for commits and merges βοΈ- Nix flake-based repos for everything β no
pip
, nonpm
, no clutter βοΈ
π±οΈ Terminal Usage
- Kitty as my terminal β minimal, fast, and themed π¨π¨
- Scripts in
$HOME/.config/scripts/
do most of the grunt work π€ - Aliases displayed via
aliases
command for clarity π - I donβt use tmux resurrect β I script my own recovery when needed π§
β‘ Favorite Commands
Alias | What it does |
---|---|
hs |
nh home switch ~/Dotfiles βΊ instantly reload π‘ |
garbage |
nh clean all π§Ή deep clean π§Ό |
fetch |
fastfetch for showing system info π |
ns |
nix-shell --command fish π for temporary envs |
cd z |
Quick cd into my zettelkasten π |
π Autostarted Stuff
- πͺ Qtile + Wayland + XDG setup
- π₯οΈ Kitty with startup scripts
- π§ Neovim ready to go
- π§Ό Background cleaner for temp folders
- π Conky with keybinds cheat sheet
- π§ͺ Custom scripts: keymap, backlight, battery, etc.
π§ββοΈ Philosophy
βI donβt chase minimalism. I maintain it.β
Everything I run is fast, lean, and distraction-free. Nix handles the environment. I handle the flow. βοΈπ‘