Donovan Glover 21814cda7f
docs: Add READMEs for bspwm and extras
Now that all the READMEs have been added, all that's left is to polish
them as time goes on. It may be useful to add images to each of the
package directories to show visually what each contain.
2018-10-23 22:19:36 -04:00
2018-08-16 17:21:15 -04:00
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.

Description
My NixOS configuration with Nix Flakes, Home Manager, Stylix, and Hyprland.
Readme MIT 34 MiB
Languages
Nix 100%