dotfiles/nix-install
Andrew R. M 5d27b20591 Make dotfiles compatible with gitpod style dotfiles
Add an install.sh that attempts to determine the OS, install stow and
then call my apply-dotfiles script to use stow.

The old installation process that was based on nix, has been moved to
nix-install.
2023-10-06 17:58:42 +00:00

8 lines
224 B
Plaintext
Executable File

#!/usr/bin/env nix-shell
#! nix-shell -p stow envsubst -i bash
# Uses nix shell to setup the dotfiles
./apply-dotfiles
# Secret dotfiles need interactivity anyways, not worrying about this for now
# ./apply-secret-dotfiles