···11+Copyright (c) 2023 Ovyerus
22+33+Permission is hereby granted, free of charge, to any person obtaining a copy of
44+this software and associated documentation files (the “Software”), to deal in
55+the Software without restriction, including without limitation the rights to
66+use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
77+the Software, and to permit persons to whom the Software is furnished to do so.
88+99+THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
1010+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
1111+FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
1212+COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
1313+IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
1414+CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+27
README.md
···11+# Ovyerus' dotfiles
22+33+Dotfiles and other home configuration for my Unix machines. As of writing I only
44+apply this to my Darwin desktops, and as such this purely assumes such an
55+environment. I may expand this to work on my Linux servers (and desktops
66+eventually) in the future.
77+88+## Installing
99+1010+Make sure you have [Nix](https://nixos.org/) installed on your machine -
1111+[nix-installer](https://github.com/DeterminateSystems/nix-installer) is the
1212+easiest method - or use NixOS.
1313+1414+If you don't use nix-installer, you will need to enable the
1515+[`flakes`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-flakes)
1616+and
1717+[`nix-command`](https://nixos.org/manual/nix/stable/contributing/experimental-features#xp-feature-nix-command)
1818+experimental features.
1919+2020+```
2121+git clone https://github.com/Ovyerus/dotfiles.git ~/.config/home-manager
2222+nix run home-manager/master -- init --switch
2323+```
2424+2525+## License
2626+2727+All data in this repository is available under the [MIT-0 License](./LICENSE).