1
0
forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
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
.archlinux tari-dev: Add fish completions for httpie 2018-11-14 14:23:07 -05:00
.fedora fedora: Install pywal locally 2018-11-14 15:13:50 -05:00
bspwm meta: Split zathura config into separate files 2018-11-15 11:44:01 -05:00
code docs: Add READMEs for code, gpg, and systemd 2018-10-23 16:25:45 -04:00
editorconfig misc: Update dotfiles 2018-10-27 15:48:08 -04:00
feh/.config/feh stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
fish misc: Update docs 2018-10-31 13:03:41 -04:00
git docs: Fix some typos and missing instructions 2018-10-27 15:44:59 -04:00
gpg misc: Update docs 2018-10-31 13:03:41 -04:00
httpie/.httpie stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
kitty/.config meta: Split kitty config into separate files 2018-11-15 02:26:13 -05:00
mpd/.config/mpd stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
mpv/.config/mpv stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
ncmpcpp/.config/ncmpcpp stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
ranger/.config/ranger stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
rtv stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
ssh-agent stow: Split systemd package into bspwm and ssh-agent 2018-11-04 11:39:56 -05:00
tmux tmux: Add true color support 2018-11-07 11:34:19 -05:00
vim vim: Strategically install plugins 2018-11-14 18:44:22 -05:00
xmodmap docs: Add READMEs for fish, vim, and xmodmap 2018-10-23 13:01:16 -04:00
yay/.config/yay stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
yt-dl/.config/youtube-dl stow: Split extras into separate packages 2018-11-15 12:38:45 -05:00
zathura/.config meta: Split zathura config into separate files 2018-11-15 11:44:01 -05:00
.gitattributes gitattributes: Update path to PKGBUILDs 2018-11-14 14:53:00 -05:00
.gitignore Add fedpkg files to .gitignore 2018-11-13 12:32:20 -05:00
LICENSE Relicense under MIT 2018-08-16 17:21:15 -04:00
Makefile Makefile: Add systemd-enable-now target 2018-10-27 18:37:47 -04:00
README.md meta: Simplify README 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.