My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
Donovan Glover dfe0e61daf
sxhkd: Combine similar keybindings
There is a shorthand syntax offered by sxhkd that helps us make our
config files more compact. I avoided this syntax at first since I was
new to the software, but now that I've used bspc, sxhkd, and the shell
enough, the shorthand syntax is more concise and easier to read.
2018-10-19 17:17:31 -04:00
.config sxhkd: Combine similar keybindings 2018-10-19 17:17:31 -04:00
.gnupg Increase the gpg-agent cache ttl 2018-10-14 23:03:49 -04:00
.httpie Move dotfiles up to root directory 2018-10-03 13:15:23 -04:00
.icons/default Set default cursor theme to breeze_cursors 2018-10-19 11:01:39 -04:00
.editorconfig Update misc dotfiles 2018-10-07 18:15:44 -04:00
.gitconfig Move dotfiles up to root directory 2018-10-03 13:15:23 -04:00
.gitignore Update misc dotfiles 2018-10-07 18:15:44 -04:00
.mailcap Move dotfiles up to root directory 2018-10-03 13:15:23 -04:00
.stow-local-ignore Add new Makefile 2018-10-15 01:07:09 -04:00
.tmux.conf Use tmux for all termite windows 2018-10-17 01:56:25 -04:00
.vimrc Update lightline config in .vimrc 2018-10-19 10:55:37 -04:00
.xinitrc Update misc dotfiles 2018-10-07 18:15:44 -04:00
.xmodmap Move dotfiles up to root directory 2018-10-03 13:15:23 -04:00
.Xresources Switch from base16 to pywal 2018-10-12 23:13:15 -04:00
LICENSE Relicense under MIT 2018-08-16 17:21:15 -04:00
Makefile Refactor Makefile 2018-10-15 21:37:18 -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?.