forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
ae1e3133ac
Less is more. Remove the list of dotfiles and instead consider everything modular. |
||
---|---|---|
.archlinux | ||
.fedora | ||
bspwm | ||
code | ||
editorconfig | ||
feh/.config/feh | ||
fish | ||
git | ||
gpg | ||
httpie/.httpie | ||
kitty/.config | ||
mpd/.config/mpd | ||
mpv/.config/mpv | ||
ncmpcpp/.config/ncmpcpp | ||
ranger/.config/ranger | ||
rtv | ||
ssh-agent | ||
tmux | ||
vim | ||
xmodmap | ||
yay/.config/yay | ||
yt-dl/.config/youtube-dl | ||
zathura/.config | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md |
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.