Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 795 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 795 Bytes

OSX life (a nix-shell definition)

DEPRECATED: see bkase/life for my new environment

This is my life as a nix shell definition

Perks

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)

Install

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