Add a linux installer
This commit is contained in:
12
windows/install
Executable file
12
windows/install
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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"
|
||||
Reference in New Issue
Block a user