Tag_Archive: #Sysadmin

· 2 min read

Managing Dotfiles with Chezmoi

A declarative dotfiles manager like chezmoi allows you to securely manage personal configurations across multiple workstations. Here is a practical quick-start setup and cheat sheet for daily operations. 🛠️ Initialization & Prerequisites# If Homebrew is not installed yet on your system, bootstrap it first: cd $HOME git clone https://github.com/Homebrew/brew homebrew curl -L … ... read more »

· 2 min read

Byobu Window Multiplexer & Keybindings Cheat Sheet

This article covers Byobu Window Multiplexer & Keybindings Cheat Sheet, originally published as a secure GitHub Gist snippet. Byobu is a suite of enhancements to tmux, as a command line tool providing live system status, dynamic window management, and some convenient keybindings: F1 * Used by X11 * Shift-F1 Display this help F2 Create a new window Shift-F2 Create a horizontal split Ctrl-F2 … ... read more »