Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 270 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 270 Bytes

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