stow.sh 418 B

1234567891011
  1. #!/bin/sh
  2. ###############################################################################
  3. ## Description ##
  4. # This file has a list of all currently available/supported configurations
  5. # and they can be swapped out easily here for scripting purposes.
  6. ###############################################################################
  7. # --target=$HOME --adopt --dotfiles
  8. stow configs/*
  9. echo "Finished stowing all packages"