shoestrap/mac-setup

24 lines
569 B
Plaintext
Raw Normal View History

2021-10-22 23:22:57 +00:00
#!/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
if ! is_installed "macports" ; then
recipe 'macports'
set_installed "macports"
fi
2021-10-22 23:55:54 +00:00
recipe "finicky"
2021-10-23 01:00:54 +00:00
recipe 'bitwarden'