About 38 results
https://rednafi.com/misc/chezmoi/ · 11 Jun 2026
Why I swapped GNU stow's symlink farm for chezmoi: one command to bootstrap a Mac with Homebrew packages and macOS settings, a small daily sync loop, and agent skills shared between Claude Code and Codex.
https://rednafi.com/shards/2026/03/background-jobs-inherited-fd/ · 28 Mar 2026
Why & backgrounds execution but doesn't stop output from flooding your terminal.
https://marko.tech/journal/keyboard-shortcuts-supercut · 4 Dec 2025
A list of the most useful keyboard shortcuts for the terminal
https://marko.tech/journal/brew · 2 Oct 2025
A simple alias to update, upgrade, and cleanup your brew installation on macOS.
https://marko.tech/journal/fzf-ftw · 8 Jun 2025
fzf-tools is a zsh plugin that enhances command line efficiency with interactive selection for files, history, scripts, and git commits.
https://dunkirk.sh/blog/atuin · 24 Apr 2025
its a bit tricky on nix, but it's sooo worth it
https://rednafi.com/misc/dynamic-shell-variables/ · 11 Jan 2025
Learn variable indirection in Bash with ${!var} syntax. Build context-aware configs, function dispatch, and dynamic variable name resolution.
https://rednafi.com/misc/run-single-instance/ · 31 Dec 2024
Prevent multiple script instances with file locking. Use flock in Bash, fcntl in Python, and syscall.Flock in Go for single-instance processes.
https://rednafi.com/misc/ssh-saga/ · 17 Dec 2024
Complete SSH setup guide: key pairs, authorized_keys, sshd_config, ssh_config, known_hosts, agent forwarding, and hardening for secure remote access.
https://rednafi.com/misc/direnv/ · 2 Oct 2024
Automate environment variables per directory with direnv. Load .envrc files on entry, unload on exit. Integrate with Python venv and uv workflow.