Donovan Glover ae1e3133ac
meta: Simplify README
Less is more. Remove the list of dotfiles and instead consider
everything modular.
2018-11-15 13:22:57 -05:00
2018-11-14 15:13:50 -05:00
2018-10-27 15:48:08 -04:00
2018-10-31 13:03:41 -04:00
2018-10-31 13:03:41 -04:00
2018-11-07 11:34:19 -05:00
2018-11-14 18:44:22 -05:00
2018-11-13 12:32:20 -05:00
2018-08-16 17:21:15 -04:00
2018-11-15 13:22:57 -05:00

Dotfiles

TODO: Screenshots

Usage

Replicate my Fedora setup

On a fresh Fedora install, run the bootstrap script.

git clone https://github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.fedora/bootstrap.sh

Replicate my Arch setup

On a fresh Arch Linux install, run the bootstrap script.

git clone https:///github.com/GloverDonovan/dotfiles --depth 1 && ./dotfiles/.archlinux/bootstrap.sh

Use only the dotfiles you want

Install stow with pacman -S stow (Arch Linux) or dnf install stow (Fedora). Other GNU/Linux 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.

Description
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Readme MIT 34 MiB
Languages
Nix 100%