Donovan Glover 522b92c9cd
stow: Merge term with bspwm
Realistically, you'll be using neither termite nor urxvt if you have
access to a desktop environment since those usually include their own
terminal emulator that works out of the box anyway.

Additionally, many of the benefits from termite and urxvt are not a
necessity in other desktop environments.
2018-10-30 16:36:15 -04:00
2018-10-30 16:36:15 -04:00
2018-10-27 15:48:08 -04:00
2018-10-27 15:48:08 -04:00
2018-10-27 16:03:11 -04:00
2018-10-27 16:00:01 -04:00
2018-08-16 17:21:15 -04:00
2018-10-30 16:36:15 -04:00

Dotfiles

TODO: Screenshots

Usage

Step 0. Clone this repository

  • git clone https://github.com/GloverDonovan/dotfiles.git --depth 1

Step 1. Install stow

Step 2. Install the dotfiles you want

For example, to use my vim config, run:

make package=vim

Since my dotfiles are managed with Stow, any of your existing dotfiles will not be overridden or changed.

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 - Dotfiles specific to KDE Plasma.
  • systemd - User services, such as ssh-agent and urxvtd.
  • 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.

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

make uninstall package=vim

This will only remove the files that Stow owns, while keeping your other files intact.

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