shoestrap/mac-setup

23 lines
573 B
Bash
Executable File

#!/bin/bash
# Initialization - DO NOT REMOVE
. helpers/initialize
##############################################################
### Customizations start here ################################
##############################################################
# Get current directory for future use in links
cd "$(dirname "$0")" || { echo "Could not change directory to $0"; exit 1;}
PROJECT_DIR=$(pwd)
export PROJECT_DIR
init_paths_and_vars
install "macports"
install "generate_ssh_keys"
install "finicky"
install "bitwarden"
install "nextcloud"
install "bettertouchtool"