Skip to content

abelleisle/.dotfiles

Repository files navigation

UNDER CONSTRUCTION

I'm renovating my dotfiles to use nix. README is very out of date. I apologize.

Organization

.dots/
├─ dots/              - Common dotfiles uses for all systems (shell, editor, tmux, etc..)
├─ nix/               - Nix specific files/functions
├─ common/            - Files to include for common configurations
├─ modules/           - NixOS modules and service declarations
│  ├─ services/       - Where we define system services
│  ├─ progams/        - Program definitions
├─ README.md          - Congrats! You found me!
├─ configurations.nix - System and home configurations
├─ bootstrap.sh       - Bootstrap non-nix systems

.dotfiles

These are my dotfiles. Currently I use a static colorscheme because I feel like that works for me.

alt text

Installing

I use stow to manage my dotfiles.

In order to say, use my configs for ncmpcpp, first cd into the repo directory:

cd .dotfiles

Then stow the files in your home directory

stow ncmpcpp

Uninstalling

Since I use stow, uninstalling my dots are easy, just use 'stow -D'.

First cd in the dotfiles directory

cd .dotfiles

Then remove the ncmpcpp files

stow -D ncmpcpp