Add a linux installer
This commit is contained in:
2
windows/env.platform
Normal file
2
windows/env.platform
Normal file
@@ -0,0 +1,2 @@
|
||||
export CMAKE_CXX_COMPILER=/Library/Developer/CommandLineTools/usr/bin/c++
|
||||
export CMAKE_C_COMPILER=/Library/Developer/CommandLineTools/usr/bin/cc
|
||||
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