dotfiles/apply-dotfiles
Andrew R. M 5e65bb5a28 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:52:33 +00:00

13 lines
96 B
Bash
Executable File

#!/usr/bin/env bash
stow bash
stow sh
stow readline
stow vim
stow ruby
stow python
stow ssh