This repository has been archived on 2024-04-17. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 
 
 
Go to file
Brian Hicks f8cd18abb1 add snow light colors 2021-06-29 16:33:22 -05:00
darwin move starter script to the right directories 2021-06-23 10:37:45 -05:00
dotfiles add an outline jumper for Rust 2021-06-23 10:29:09 -05:00
home-manager@cc60c22c69 update home-manager 2021-04-05 09:19:31 -05:00
iterm2 add snow light colors 2021-06-29 16:33:22 -05:00
lib include contrib stuff 2019-12-23 14:27:13 -06:00
nix add kakoune-snow 2021-06-21 17:17:46 -05:00
notes some meandering thoughts 2021-06-23 10:29:17 -05:00
occasional-scripts add black as a formatter and format stuff with it 2020-02-10 13:13:23 -06:00
pkgs add an outline jumper for Rust 2021-06-23 10:29:09 -05:00
sample-projects add an outline jumper for Rust 2021-06-23 10:29:09 -05:00
torch move starter script to the right directories 2021-06-23 10:37:45 -05:00
wallpapers add alien moon wallpaper 2021-03-26 05:57:03 -05:00
.envrc add stuff for testing locally 2019-10-24 19:34:44 -05:00
.gitignore ignore result-bin 2020-04-28 11:19:36 -05:00
.gitmodules correct location for home-manager 2021-03-15 05:44:43 -05:00
Makefile move vim plugin source management to niv 2019-09-09 17:01:25 -05:00
README.md add tmux-256color fix 2020-05-22 11:25:53 -05:00
shell.nix re-enable Elm tools for checking stuff locally 2020-10-08 10:03:58 -05:00

README.md

Dotfiles

My dotfiles.

  1. check this out to ~/code/brian/dotfiles.nix
  2. install nix
  3. install nix-darwin
  4. run ./darwin.sh switch

Fixes

Root Channels

If Nix says:

warning: Nix search path entry '/nix/var/nix/profiles/per-user/root/channels' does not exist, ignoring
mkdir -p /nix/var/nix/profiles/per-user/root
touch /nix/var/nix/profiles/per-user/root/channels

Terminfo

If lazygit doesn't load correctly, or Kakoune colors look weird, load the terminfo:

tic manual-fixes/tmux-256color.terminfo

(It's vendored from the Kakoune contrib source tree.)