This repository contains a collection of my personal configuration files for various tools I use for development. I keep these files in Git for portability and to ease the setup of new machines.
To deploy on a fresh install:
- Backup your current configurations files
$ git clone https://github.com/ekronborg/.dotfiles.git
$ git submodule update --init --recursive
$ ./install.sh
This will remove any existing configuration files and create symbolic links to the files included in this repository.
To update:
$ cd ~/.dotfiles
$ git fetch
$ git pull