DEPRECATED: see bkase/life for my new environment
This is my life as a nix shell definition
Including but not limited to:
- YouCompleteMe-ified vim (plus a bunch of other plugins I use)
- zsh-git-prompt compiled with the performant Haskell reimplementation
- zsh-syntax-highlighting
- My fast fork of archey-osx
- scmpuff (the minimalist SCM breeze)
Stick this in your ~/.profile to have your life in every virtual terminal:
. /Users/bkase/.nix-profile/etc/profile.d/nix.sh
# no prompt change because this is the first shell
alias code='nix-shell . -I nixpkgs=/Users/bkase/life/nixpkgs --command "exec zsh; return"'
cd life && code
Make sure you fix all the paths in the ~/.profile
for your system