Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.
/ timmes.Boxstarter Public archive

Boxstarter script to automate a basic dev machine installation.

License

Notifications You must be signed in to change notification settings

timmes/timmes.Boxstarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timmes.Boxstarter

Summary

Automating tasks is cool. It saves time and minimizes errors, at least manual errors. To save us (.NET developers) some time, I created this small script - inspired by @robertbird - for Boxstarter, so we can focus on more important things than manually downloading and installing our needed tools.

Prerequisites

In order to get started with the script, you need to install Chocolatey first. Open a PowerShell console in administrator mode and run the following two lines:

Set-ExecutionPolicy Unrestricted
(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1')))>$null 2>&1

After that it's time to install Boxstarter. Simply run the following script from your PowerShell:

choco install boxstarter -y

Running the script

This is as easy as installing the prerequisites. Follow these simple steps.

  1. Open the Boxstarter Shell or Powershell with elevated privileges
  2. Run the following command
  3. Grab a tea and relax! ;-)
Install-BoxstarterPackage https://raw.githubusercontent.com/timmes/timmes.Boxstarter/master/BoxstarterDevFull.ps1

If you do not want to run the script as is but make your own changes, you should clone the repository or create a Gist. Afterwards replace the url? with the new URL where your script is hosted.


Disclaimer

THIS CODE IS PROVIDED AS IS WITHOUT WARRANTY OF ANY KIND.

Contributing

If you want to contribute to this project, simply clone the repository and send a pull request with your changes.

License

See the LICENSE file for license rights and limitations (MIT).

About

Boxstarter script to automate a basic dev machine installation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published