1
0
forked from extern/nix-config
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
Donovan Glover 08334b59ed
stow: Split desktop package into term and xmodmap
"Desktop" was a really generic package name that didn't describe the
contents of what it contained. Since we already have a catch-all
directory (extras), I separated "desktop" into what it actually was:
settings for urxvt/termite and settings for xmodmap.

Some other programs may also use xrdb. The only reason the term files
are not in the bspwm directory instead is because it may be useful to
use urxvt or termite in non-bspwm environments.
2018-10-22 23:26:25 -04:00
bspwm stow: Move bspwm-specific dotfiles to separate directory 2018-10-22 15:03:01 -04:00
code/.config/Code - OSS/User stow: Add directories for code, desktop, and editorconfig 2018-10-22 15:24:53 -04:00
editorconfig stow: Add directories for code, desktop, and editorconfig 2018-10-22 15:24:53 -04:00
extras stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
fish/.config/fish stow: Add directories for fish, gpg, and tmux 2018-10-22 15:17:19 -04:00
git stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
gpg/.gnupg stow: Add directories for fish, gpg, and tmux 2018-10-22 15:17:19 -04:00
plasma/.config/autostart-scripts stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
systemd/.config/systemd/user stow: Add directories for git, plasma, and systemd 2018-10-22 15:09:58 -04:00
term stow: Split desktop package into term and xmodmap 2018-10-22 23:26:25 -04:00
tmux stow: Add directories for fish, gpg, and tmux 2018-10-22 15:17:19 -04:00
vim stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
wal/.config/wal stow: Add directories for vim, wal, and extras 2018-10-22 17:09:28 -04:00
xmodmap stow: Split desktop package into term and xmodmap 2018-10-22 23:26:25 -04:00
LICENSE Relicense under MIT 2018-08-16 17:21:15 -04:00
Makefile Update Makefile to support multiple package directories 2018-10-22 19:42:00 -04:00
README.md Update README 2018-10-15 01:45:05 -04:00

New Start

Vim is my editor, *nix is my IDE.

Usage

I manage my dotfiles with stow. Once you have stow installed, run:

make install

Note

: Some of my config files are optimized for HiDPI (between 180 and 192dpi). Adjust those numbers for your display accordingly, or simply don't stow those files.

If you want to learn how to make your system work for you, see What is GNU/Linux? and What is free software?.