Created
October 14, 2024 07:04
-
-
Save rudylattae/2b2c895ce213167ef4a4a6b8d059732a to your computer and use it in GitHub Desktop.
hi-bootstrap
This file contains 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
# Create ${HOME}/bin and add to $PATH | |
# Copy this file to that bin dir and run it | |
# BOOTSTRAP | |
# Install these apps to get things rolling | |
# After the installation, there is some manual steps to perform | |
$apps = @( | |
"Microsoft.PowerShell", | |
"Git.Git", | |
"GitHub.cli", | |
"Casey.Just", | |
"Microsoft.VisualStudioCode", | |
"Ditto.Ditto", | |
"zyedidia.micro", | |
"Notepad++.Notepad++", | |
"Microsoft.Edge", | |
"Google.Chrome", | |
"AgileBits.1Password", | |
"astral-sh.uv" | |
) | |
$apps | ForEach-Object { winget install $_ } |
This file contains 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
#!/usr/bin/env sh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment