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