11 lines
No EOL
590 B
Markdown
11 lines
No EOL
590 B
Markdown
## README - Coast's dotfiles
|
|
|
|
Most of these dotfiles are oldies — my newer ones live in my <u><a href="https://codeberg.org/coast/home-manager/">home-manager</a></u> configuration.
|
|
If you want shiny, modern dotfiles, make sure you have <u><a href="https://nix-community.github.io/home-manager/">Nix Home Manager</a></u> installed, then run:
|
|
|
|
*Make sure you have <u><a href="https://nixos.org/download/">Nix Package Manager</a></u> installed first!*
|
|
|
|
```bash
|
|
cd ~/.config && mkdir home-manager
|
|
git clone https://codeberg.org/coast/home-manager.git
|
|
nix run home-manager -- init --switch . |