Your dotfiles are how you personalize your system. This repository contains all my dotfiles.
The installation of the dotfiles requires GNU Stow. On a debian system:
sudo apt-get update && sudo apt-get install stow -y
Clone the repository:
git clone https://github.com/adaxi/.dotfiles.git ~/.dotfiles
You can either install all dotfiles by running the following command:
cd ~/.dotfiles
./install.sh
Or you can install specific files. For example if you only want to get my vim configuration:
cd ~/.dotfiles
stow vim
This was inspired by an article by Brandon Invergo, which recommends using GNU Stow to manage your dotfiles.
This repository is cloned by my ansible playbook when building my day to day machine.