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 tmux
To install all configurations at once:
for dir in */; do
stow -t $HOME ${dir%/}
done
The following packages should be installed to get optimal TMUX experience on MacOS.
brew install reattach-to-user-namespace
brew install pam-reattach
Configuration 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.