My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Go to file
2018-10-27 18:37:47 -04:00
bspwm docs: Add READMEs for bspwm and extras 2018-10-23 22:19:36 -04: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
extras docs: Fix some typos and missing instructions 2018-10-27 15:44:59 -04:00
fish misc: Update dotfiles 2018-10-27 15:48:08 -04:00
git docs: Fix some typos and missing instructions 2018-10-27 15:44:59 -04:00
gpg docs: Add READMEs for code, gpg, and systemd 2018-10-23 16:25:45 -04:00
plasma docs: Add READMEs for git, plasma, and tmux 2018-10-23 14:25:45 -04:00
systemd docs: Add ssh-agent instructions 2018-10-27 16:03:11 -04:00
term misc: Update dotfiles 2018-10-27 15:48:08 -04:00
tmux docs: Add READMEs for git, plasma, and tmux 2018-10-23 14:25:45 -04:00
vim vim: Add .gitkeep for undo directory 2018-10-27 16:00:01 -04:00
wal docs: Add READMEs for wal, term, and editorconfig 2018-10-23 21:22:05 -04:00
xmodmap docs: Add READMEs for fish, vim, and xmodmap 2018-10-23 13:01:16 -04: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 Update README 2018-10-22 23:37:39 -04:00

Dotfiles

TODO: Screenshots

Usage

Step 1. Install stow

  • Arch Linux: pacman -S stow
  • Fedora: dnf install stow

If you are using a different GNU/Linux operating system, most (if not all) of the files should work, but I will not provide support for those distributions.

If you are using a non-free operating system, I recommend Fedora. If you want to mimic my bspwm setup, you probably want Arch Linux instead.

Step 2. Install the dotfiles you want

For example, to use my vim config, run:

make package=vim

None of your dotfiles will be overridden. If you already have a .vimrc, stow will not override it. The same rule applies for any dotfiles you try to install.

List of dotfiles

  • bspwm - All the config files relating to my window manager setup.
  • code - My config for Code, a reasonable editor for non-vim users.
  • editorconfig - Spaces or tabs? Just use .editorconfig.
  • extras - A collection of miscellaneous other dotfiles I use.
  • fish - My settings for fish, the friendly interactive shell.
  • git - The standard version control tool.
  • gpg - My settings for GPG.
  • plasma - Dofiles specific to KDE Plasma.
  • systemd - User services, such as ssh-agent and urxvtc.
  • term - Config for urxvt and termite. May apply elsewhere as well.
  • tmux - A vim-like terminal multiplexer that gets out of your way.
  • vim - The settings I use for vim, also known as the best editor.
  • wal - My additions to wal's color scheme application algorithm.
  • xmodmap - Make caps lock function as ctrl and escape.

Uninstall

If you don't want to use some of my dotfiles anymore, they can be easily uninstalled without removing any of your other files.

For example, if you don't want to use my .vimrc anymore, run:

make uninstall package=vim

This will remove only my vim files from your system, while keeping your other files intact. Stow will only remove what it owns.