dotfiles icon indicating copy to clipboard operation
dotfiles copied to clipboard

Personal settings and dotfiles

Personal dotfiles

This repository simply contains my configurations and settings for personal conveniance.

Install

Requires GNU stow.

# One at a time
stow bash zsh tmux ...

# Or all at once
for f in *(/); stow $f