All my dot files. They are commons for GNU/Linux and MacOSX.
Install GNU Stow.
Then clone this repository.
git clone https://github.com/stac47/stac-dot-files.git
Finally use stow to symlink only what you need:
cd stac-dot-file
stow -t $HOME bash
For programs like vim or emacs that need a configuration directories
(respectively .vim and .emacs.d, make sure those directories exist in your
HOME before running the stow command, otherwise it will pollute this
repository.