Skip to content

bkase/osx-life

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Nix-shell default.nix for my life in OSX

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages