This repository contains configuration files not just for indivual applications, but also scripts to setup a basic Debian-based system to my liking.
How to configure:
- Download/install a Debian ISO (not tested on any Debian derivatives but I would assume it should work also)
- Install git on the system
sudo apt install git
- Clone this repository using the bare flag following command (more information about bare repositories for dotfiles: https://www.atlassian.com/git/tutorials/dotfiles)
git clone --bare https://github.com/SebastiaanBooman/dotfiles.git $HOME/.dotfiles
- Checkout the repository
git --git-dir=$HOME/.dotfiles/ --work-tree=$HOME checkout
- Run the install script
$HOME/setup/setup.sh
That is it :)