This is where I store instructions to setup my machines as well as shared configuration for common applications - also called dotfiles.
My dotfiles are using Fish and I manage them using bin/dotup
.
I'm doing my machines bootstrapping using Ansible.
- Clone this project to
~/.dotfiles
:
$ git clone git@github.com:kriansa/dotfiles.git ~/.dotfiles
- Run
cd .dotfiles && bin/dotup
Apache 2.0