This repository contains the dotfiles for my system.
- Install
git
andstow
- Clone this repository
git clone https://github.com/touchedthecode/.dotfiles
- Go to cloned directory
cd .dotfiles
and runstow .
- Done!
If a dotfile already exists, you will need to resolve the stow conflicts by either
- moving or deleting the dotfile
- running
stow --adopt .
(be careful!)
Running stow --adpot .
will override the repository dotfiles with the already existing dotfiles!