Initial commit

This commit is contained in:
seajee
2024-12-21 12:59:01 +01:00
commit 1263f28d03
27 changed files with 1771 additions and 0 deletions

13
README.md Normal file
View File

@@ -0,0 +1,13 @@
# dotfiles
My personal configuration files.
# Installation
To simplify the installation of the configuration files, GNU Stow is required.
Configuration files are divided by category and they can be installed like this:
```bash
$ stow neovim
```