Update README.md
This commit is contained in:
parent
3772fb4660
commit
3db3d6533b
1 changed files with 7 additions and 10 deletions
17
README.md
17
README.md
|
@ -1,14 +1,11 @@
|
|||
## README - Coast's dotfiles
|
||||
|
||||
Most of these are old dotfiles as my more recent ones have been moved to my [home-manager](https://codeberg.org/coast/home-manager/) configuration. If you'd like to use more modern dotfiles, make sure you have the [Nix Home Manager](https://nix-community.github.io/home-manager/) installed on your system, then run the following command(s):
|
||||
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 [Nix Package Manager](https://nixos.org/download/) installed*
|
||||
*Make sure you have <u><a href="https://nixos.org/download/">Nix Package Manager</a></u> installed first!*
|
||||
|
||||
`cd ~/.config && mkdir home-manager`
|
||||
|
||||
`git clone https://codeberg.org/coast/home-manager.git`
|
||||
|
||||
`nix run home-manager -- init --switch .`
|
||||
|
||||
I believe the above commands will set up home-manager with my weird home-manager configuration.
|
||||
Please don't use that, you deserve better! :3 Like your own configuration! Mine sucks.
|
||||
```bash
|
||||
cd ~/.config && mkdir home-manager
|
||||
git clone https://codeberg.org/coast/home-manager.git
|
||||
nix run home-manager -- init --switch .
|
Loading…
Add table
Reference in a new issue