Personal repository of configuration files
This repository contains my personal configuration files for different environments (mostly bash and console). It is not supposed to be used directly. However it might serve as an example for others.
The file structure is supposed to be installed using stow:
cd dotfiles
stow .
Most of the needed dependencies can be installed using the checkout_dependencies.sh
.
Scriptisto is needed for some of the scripts in this repository. Please install it in conjunction with Rust if you want to use them.
In order to configure a completely new machine including installing software (highly opinionated and tailored to my needs), run the following script after checkout:
cd dotfiles
./initial_macos_setup.sh