1
0
forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
Donovan Glover e719ee70a8
gtk: Use Arc-Dark instead of Adapta
Since the Adapta theme isn't maintained anymore, some problems in newer
versions of GNOME (such as incorrect padding for text underlines in
Nautilus) cannot be reported since issues are disabled.

It turns out that Arc-Dark does have padding, I just wasn't scaling GTK
applications properly. Since I already use the Arc theme for KDE, using
it for GTK as well gives all my desktop applications a universal look
and feel.

The solid variant is used instead of the original to remove the
transparent effect seen in Nautilus. The Arc GTK theme supports both
light and dark color schemes, which is very nice.
2018-11-21 18:57:22 -05:00
.archlinux archlinux: Add VerbosePkgLists to pacman.conf 2018-11-19 19:14:37 -05:00
.fedora fedora: Install vim plugins during bootstrap.sh 2018-11-18 03:46:33 -05:00
bspwm wal: Modularize done.sh 2018-11-19 20:12:22 -05:00
code docs: Update READMEs for code, editorconfig, and gpg 2018-11-19 22:50:09 -05:00
compton docs: Add READMEs for compton, dunst, and zathura 2018-11-18 13:27:37 -05:00
dunst wal: Modularize done.sh 2018-11-19 20:12:22 -05:00
editorconfig docs: Update READMEs for code, editorconfig, and gpg 2018-11-19 22:50:09 -05:00
feh docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00
fish docs: Update READMEs for fish, git, and tmux 2018-11-19 22:00:35 -05:00
git docs: Update READMEs for fish, git, and tmux 2018-11-19 22:00:35 -05:00
gpg docs: Update READMEs for code, editorconfig, and gpg 2018-11-19 22:50:09 -05:00
gtk gtk: Use Arc-Dark instead of Adapta 2018-11-21 18:57:22 -05:00
httpie docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00
kitty docs: Add READMEs for kitty, xcursor, and xinit 2018-11-18 20:57:03 -05:00
mpd docs: Add READMEs for mpd, mpv, and sxhkd 2018-11-18 14:34:41 -05:00
mpv docs: Add READMEs for mpd, mpv, and sxhkd 2018-11-18 14:34:41 -05:00
ncmpcpp docs: Add READMEs for ncmpcpp, ranger, and rofi 2018-11-18 17:06:18 -05:00
polybar docs: Add READMEs for bspwm, polybar, and rtv 2018-11-18 15:20:14 -05:00
ranger docs: Add READMEs for ncmpcpp, ranger, and rofi 2018-11-18 17:06:18 -05:00
rofi docs: Add READMEs for ncmpcpp, ranger, and rofi 2018-11-18 17:06:18 -05:00
rtv docs: Add READMEs for bspwm, polybar, and rtv 2018-11-18 15:20:14 -05:00
ssh-agent stow: Split systemd package into bspwm and ssh-agent 2018-11-04 11:39:56 -05:00
sxhkd docs: Add READMEs for mpd, mpv, and sxhkd 2018-11-18 14:34:41 -05:00
tmux docs: Update READMEs for fish, git, and tmux 2018-11-19 22:00:35 -05:00
vim vim: Strategically install plugins 2018-11-14 18:44:22 -05:00
wal wal: Modularize done.sh 2018-11-19 20:12:22 -05:00
xcursor docs: Add READMEs for kitty, xcursor, and xinit 2018-11-18 20:57:03 -05:00
xinit docs: Add READMEs for kitty, xcursor, and xinit 2018-11-18 20:57:03 -05:00
xmodmap docs: Add READMEs for fish, vim, and xmodmap 2018-10-23 13:01:16 -04:00
xresources xresources: Change DPI from 180 to 192 2018-11-21 18:34:35 -05:00
yay docs: Add READMEs for feh, httpie, and yay 2018-11-18 14:05:12 -05:00
yt-dl docs: Add READMEs for gtk, wal, xresources, and yt-dl 2018-11-19 17:50:47 -05:00
zathura docs: Add READMEs for compton, dunst, and zathura 2018-11-18 13:27:37 -05:00
.gitattributes gitattributes: Update path to PKGBUILDs 2018-11-14 14:53:00 -05:00
.gitignore misc: Add tari-dev source files to .gitignore 2018-11-19 21:32:16 -05:00
LICENSE Relicense under MIT 2018-08-16 17:21:15 -04:00
Makefile Makefile: Add code-extensions target 2018-11-17 15:11:59 -05:00
README.md Update README 2018-11-15 13:34:24 -05:00

Dotfiles

TODO: Screenshots

Usage

Replicate my Arch Linux setup

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

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

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

Use only the dotfiles you want

Install stow with your package manager, then use make package=dir and make uninstall package=dir as needed. Stow will only change what it owns.