# DOTFILES Using GNU Stow to manage dotfiles. ## Prerequisites - Git - ```sudo apt install git``` - Stow - ```sudo apt install stow``` ## Usage To apply configs use ```stow [config_name]``` from the dotfiles directory. Each application has its own folder which means no top level config files. This to apply them one by one. This means I can no longer ```stow .``` as this would mess with the structure. ## Install script WIP Based on [this dotfiles repo](https://github.com/Piotr1215/dotfiles/blob/master/install.sh)