/dotfiles

My dotfiles

Primary LanguageShell

Dotfiles

test status

These are my personal configuration files.

I'm using dotbot to install dotfiles because it provides the added functionality of removing dead links, creating directories or running arbitrary scripts additionally to linking my dotfiles.

Installation

Using bash:

git clone https://github.com/modul/dotfiles && cd dotfiles && ./install

Using fish:

git clone https://github.com/modul/dotfiles
and cd dotfiles
and ./install

Testing

I set up a simple CI pipeline to test the installation process and warn me about a broken dotbot configuration (missing files, typos). If the pipeline passes (see above) everything seems to be working.