My various configuration files managed with GNU Stow.
These dotfiles are managed using GNU Stow. To install a specific configuration:
stow -t $HOME <directory>For example, to install tmux configuration:
stow -t $HOME tmuxTo install all configurations at once:
for dir in */; do
stow -t $HOME ${dir%/}
doneThe following packages should be installed to get optimal TMUX experience on MacOS.
brew install reattach-to-user-namespace
brew install pam-reattachConfiguration for ZSH shell with Starship prompt.
Git configuration and aliases.
Configuration for the Ghostty terminal emulator with platform-specific settings.
Leiningen configuration for Clojure development with CIDER integration and useful aliases.