Go to file
Brian Hicks 4fcce3bf7e use external similar-sort repo 2020-06-03 08:50:53 -05:00
darwin store my dotfiles at the standard code checkout loc so edits are easier 2019-11-04 10:46:43 -06:00
dotfiles use external similar-sort repo 2020-06-03 08:50:53 -05:00
home-manager@f36c8a09e6 update sources 2020-05-27 08:33:19 -05:00
lib include contrib stuff 2019-12-23 14:27:13 -06:00
manual-fixes add tmux-256color fix 2020-05-22 11:25:53 -05:00
nix use external similar-sort repo 2020-06-03 08:50:53 -05:00
notes write up initial exploration of nix-darwin 2019-04-12 10:23:54 -05:00
occasional-scripts add black as a formatter and format stuff with it 2020-02-10 13:13:23 -06:00
pkgs use external similar-sort repo 2020-06-03 08:50:53 -05:00
sample-projects/elm add a sample project 2019-10-24 19:34:44 -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 add home-manager on 18.03 release 2018-08-27 16:06:52 -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
base16-material-palenight-custom.itermcolors add custom version of base16-material-palenight 2019-09-16 16:55:59 -05:00
com.googlecode.iterm2.plist update iterm2 config 2020-04-28 10:18:20 -05:00
darwin.sh use nix-shell for darwin.sh to get realpath 2019-11-04 10:46:56 -06:00
lucius-custom.itermcolors add lucius custom 2020-01-16 15:26:55 -06:00
shell.nix rewrite Elm config by hand 2020-03-18 10:17:14 -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.)