dotfiles/install.sh

6 lines
186 B
Bash
Raw Normal View History

2017-02-01 19:25:05 +01:00
#!/usr/bin/env bash
2016-08-26 18:12:45 +02:00
#!nix-shell -i bash -p stow
set -e
2018-04-07 20:57:37 +02:00
$(nix-build '<nixpkgs>' -A stow --no-out-link)/bin/stow -d `dirname $0` -t ~ nix x gpg mutt stow rofi
2018-03-10 18:50:42 +01:00
nix build -f. $(hostname -s)