These are my dotfiles at the moment. This repository used to contain a lot more, but I've migrated large portions of the configurations to kits, see https://github.com/carlsmedstad/kits.
Configurations can be installed as symlinks by running:
make install
Note, the install script which is called underneath, lninstall
, will handle
conflicts in the following way:
- If a regular file exists at a target path, the script will exit with a failure.
- If a symlink exists at a target path, the script will overwrite it.
The contents of this repository are licensed under the Zero-Clause BSD license.