Collection of my dotfies managed on stow. Why Stow?
stowpowered: symlink dotfiles and thus keep them always up-to-date in your repository- topical organization: organize dotfiles by application facilitating reuse across different machines
- clever naming scheme: the repository architecture is easy to browse while staying compatible with
stowsymlinking mechanism - KISS: there is deliberately none build script involved at all, the repository consist of dotfiles all installable using same modus operandi (
stow <directory>)
- clone the repository :
git clone https://github.com/sebasrp/dotfiles.git ~/.dotfiles ; cd ~/.dotfiles - install desired package via
stow --target $HOME <directory>
When needed, special install instructions are present in package README.md file.