mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-11 16:38:21 +01:00
Update README
This commit fixes the .archlinux link, moves the Arch Linux section above Fedora, and attempts to continue simplifying the dotfiles section.
This commit is contained in:
parent
ae1e3133ac
commit
823a1f4728
22
README.md
22
README.md
@ -4,15 +4,7 @@
|
||||
|
||||
## Usage
|
||||
|
||||
### Replicate my [Fedora setup](/.fedora)
|
||||
|
||||
On a fresh [Fedora][fedora] install, run the bootstrap script.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.fedora/bootstrap.sh
|
||||
```
|
||||
|
||||
### Replicate my [Arch setup](/.arch)
|
||||
### Replicate my [Arch Linux](/.archlinux) setup
|
||||
|
||||
On a fresh [Arch Linux][archlinux] install, run the bootstrap script.
|
||||
|
||||
@ -20,11 +12,17 @@ On a fresh [Arch Linux][archlinux] install, run the bootstrap script.
|
||||
git clone https:///github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.archlinux/bootstrap.sh
|
||||
```
|
||||
|
||||
### Replicate my [Fedora](/.fedora) setup
|
||||
|
||||
On a fresh [Fedora][fedora] install, run the bootstrap script.
|
||||
|
||||
```sh
|
||||
git clone https://github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.fedora/bootstrap.sh
|
||||
```
|
||||
|
||||
### Use only the dotfiles you want
|
||||
|
||||
Install [stow][stow] with `pacman -S stow` (Arch Linux) or `dnf install stow` (Fedora). Other [GNU/Linux](gnulinux) distributions will also work, but aren't officially supported.
|
||||
|
||||
Use `make package=<dir>` and `make uninstall package=<dir>` as needed to install and uninstall dotfiles. Stow only changes what it owns, so you do not have to worry about existing dotfiles being changed.
|
||||
Install [`stow`][stow] with your package manager, then use `make package=dir` and `make uninstall package=dir` as needed. Stow will only change what it owns.
|
||||
|
||||
[archlinux]: https://www.archlinux.org
|
||||
[fedora]: https://getfedora.org
|
||||
|
Loading…
Reference in New Issue
Block a user