This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# If you need to, install R by visiting CRAN (https://cran.r-project.org/) and | |
# downloading the appropriate version for your operating system. | |
# Create a project folder `delphi_project` and open it. | |
# Open an R terminal and install the renv, pak, and rspm packages by running the | |
# commands below. | |
# * The pak package is the modern installer for R packages. Learn more at | |
# https://pak.r-lib.org/. | |
# * The rspm package is a package manager for R that allows you to install |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Mac Setup Helper | |
# | |
# This my helper script for setting up a new Mac. It's not meant to be run | |
# as-is, but rather to be used as a reference for setting up a new Mac. | |
# | |
# Some resources I used: | |
# - An in-depth setup guide https://sourabhbajaj.com/mac-setup/ | |
# Install xcode, many basics for Mac dev | |
xcode-select --install |