Skip to content

Instantly share code, notes, and snippets.

@rudylattae
Created October 14, 2024 07:04
Show Gist options
  • Save rudylattae/2b2c895ce213167ef4a4a6b8d059732a to your computer and use it in GitHub Desktop.
Save rudylattae/2b2c895ce213167ef4a4a6b8d059732a to your computer and use it in GitHub Desktop.
hi-bootstrap
# 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 $_ }
#!/usr/bin/env sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment