Dotfiles. Mainly centered around π fish, π stow, πΊ brew and π§βπ³ mise.
cd
is zoxidels
is ezaping
is pingu, noot nootfuck
for fuckupsrm
is disabled and will nope outrrm
for rm when you really mean itnavi
with Ctrl-gmcfly
with Ctrl-r- Search directory with Ctrl-Alt-F
- Search git log with Ctrl-Alt-L
- Search git status with Ctrl-Alt-S
- Search processes with Ctrl-Alt-P
- Search variables with Ctrl-V
g[alias]
abbreviates togit [alias]
Hey future me, clone this project into your home directory, cd
into it, then run stow .
.
To link a new dotfile, create it inside this project as if the project root were the home directory. Then run:
stow .
To track an existing file in the home directory, create an empty file in this project as if the project root were the home directory. Then run:
stow --adopt .
It will copy the contents and link it.
Use brew bundle [add|remove|cleanup|install]
to manage installations via brew, so the brewfile is automatically updated. Read more
bb add [formulae]
bb install
bb remove [formulae]
bb cleanup [--force]
- stow manages symlinks to sync and backup dotfiles.
- fish is a fast and easy to configure shell with many batteries included, so it doesn't need crazy setups like zsh does.
- brew installs tools that I may use globally and/or when I don't care about the versions and just want the latest.
- mise also installs tools but I use it for stuff that is specific to a project (like different runtime versions), and I want to automatically switch it depending on the current working directory.
I usually use CLI tools instead of IDE tools or GUIs, but I still like to use vscode as my code editor. I use the terminal in vscode in combination with a global hotkey terminal with Ghostty. I'm usually using git or running tests in the editor's terminal, and use the external terminal for anything else.
I often define my own aliases and shortcuts based on my own mnemonics, so they're all a bit non-standard, but they work for me. I like to use my keyboard to navigate around, but I'm also not afraid to touch my mouse. It just depends on what I'm currently doing. When I'm reading text or code, I have a habit of selecting a chunk of text with my mouse as I read, so I'm on my mouse from time to time anyway.
I use raycast, contexts and rectangle pro a lot. Because I'm often using cli tools, I use a lot of completions, history, fuzzy finding and other stuff to make CLIs more productive. Not everything can be synced to my dotfiles though.