Life is like a hurricane here in Shellville
Needed me a toolchain to wrangle this shell hell
A syncing mystery with versioned history
Dotfiles! (Woo-oo!)
This repo's my attempt to repro
Dotfiles! (Woo-oo!)
Configs, options, run commands, and
profiles! (Woo-oo!)
I'm in the process of migrating my old dev repo here, as well as using some more advanced techniques that I have siloed on my work machine.
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"brew install antidoteI was previously using zinit. I was excited by the idea of its power, speed, and feature set, but trying to learn its syntax was a bear in 2022. Reflecting on this I am not enough of a power user to need its capabilities. After reading the zsh-bench article I've come to realize that other managers can be good enough. So I'm trying out antidote.
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAMEThis is a more interesting problem to me, keeping my dotfiles synced. I know a lot of folks use symlinks, but I am intrigued by the declarative template approach.
curl --proto '=https' --tlsv1.2 -LsSf https://setup.atuin.sh | shThis installs atuin in ~/.atuin/bin.
brew install font-fira-code-nerd-fontcurl -sS https://starship.rs/install.sh | shiTerm2 preferences are managed by chezmoi. Enable the iterm2 data flag
during chezmoi init to have the preferences plist applied to
~/Library/Preferences/com.googlecode.iterm2.plist.
Rectangle preferences are managed by chezmoi.
The preferences plist is applied to
~/Library/Preferences/com.knollsoft.Rectangle.plist on macOS.