Skip to content

Instantly share code, notes, and snippets.

View jgilfillan's full-sized avatar

Josh Gilfillan jgilfillan

View GitHub Profile
@jgilfillan
jgilfillan / boxstarter.ps1
Last active May 19, 2024 10:45
Boxstarter Standard Setup
#####################
# PREREQUISITES
#####################
Set-ExplorerOptions -showHiddenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions
Set-TaskbarSmall
# Console
cinst microsoft-windows-terminal
# ensure python 3 is installed
cd ~
mkdir dbt-envs
cd dbt-envs
python -m venv dbt-env
.\dbt-env\Scripts\activate
# install dbt-core
git clone https://github.com/dbt-labs/dbt-core.git