tvl-depot/install.sh
William Carroll a86c2ddece Prefer stow over hand-rolled solution
After discovering GNU stow on Nix IRC, refactored install and setup
scripts to consume it.

Code is vastly simplified as a result.
2018-07-19 12:00:08 -04:00

4 lines
102 B
Bash

#!/usr/bin/env bash
source "$HOME/dotfiles/configs/setup"
ln -s "$DOTFILES/emacs.d" "$HOME/.emacs.d"