this repo has no description
1# dotfiles
2
3It is repository of my config files, created as backup in case of UFO/armageddon
4or (which is less probably) loosing my data.
5
6## Installation
7
81. Install Nix
9 ```sh
10 curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install
11 ```
122. Run setup
13 ```sh
14 nix run sourcehut:hauleth/dotfiles
15 ```
16
17NeoVim configuration is still not fully Nixified, so for that it is needed to
18clone and run `make vim`, but hopefully that limitation will be lifted soon.
19
20Copyrights
21----------
22
23Copyrights (c) 2023 [Łukasz Niemier][blog]
24
25[blog]: https://hauleth.dev "Awesome Fantasy Rubist"