Advertisement
Guest User

Untitled

a guest
Apr 18th, 2017
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. oh-my-zsh = pkgs.lib.overrideDerivation pkgs.oh-my-zsh (attrs: {
  2. # Install spaceship theme
  3. installPhase = [
  4. attrs.installPhase
  5. ''outdir=$out/share/oh-my-zsh
  6. mkdir -p $outdir/custom/themes
  7. ${pkgs.curl}/bin/curl -k -o $outdir/custom/themes/spaceship.zsh-theme https://raw.githubusercontent.com/denysdovhan/spaceship-zsh-theme/master/spaceship.zsh''
  8. ];
  9. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement