dotfiles/windows/install

13 lines
323 B
Plaintext
Raw Normal View History

2020-08-09 19:25:35 +00:00
#!/usr/bin/env bash
set -e
source "$HOME/.dotfiles/script_helpers/printing.sh"
source "$HOME/.dotfiles/script_helpers/core.sh"
source "$HOME/.dotfiles/script_helpers/platform.sh"
source "$HOME/.dotfiles/script_helpers/file_ops.sh"
# Nothing to do at the moment.
printf "\n${BOLD}Finished setting up Windows${NORMAL}\n"