/stac-dot-files

My dot files to configure working environment everywhere.

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

stac-dot-files

All my dot files. They are commons for GNU/Linux and MacOSX.

Installation

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.