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.
This commit is contained in:
2023-10-06 17:44:28 +00:00
parent 0a90400806
commit f9a84f9b58
5 changed files with 78 additions and 11 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env nix-shell
#! nix-shell -p stow envsubst -i bash
#!/usr/bin/env bash
envsubst -i taskwarrior/.taskrc.envsubst.template -o taskwarrior/.taskrc
stow taskwarrior