-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:kareem613/chocolateypackages
- Loading branch information
Showing
1 changed file
with
7 additions
and
5 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
chocolateypackages | ||
================== | ||
|
||
http://maybe5.com/chocolatey-dev-system-packages/ | ||
|
||
This repo includes chocolatey packages for my development environment. Inspired by Fervent Coder (http://geekswithblogs.net/robz), it's a quick way to get all my favourite tools installed quickly. | ||
I primarily created this to setup my new laptop quickly and keep it updated painlessly using chocolately. (http://nuget.org/List/Packages/chocolatey) | ||
It's broken up into three packages. | ||
|
||
kareemsultan.developer.toolkit | ||
### kareemsultan.developer.toolkit | ||
This package includes many of the general tools I use for my daily development. Details at http://chocolatey.org/packages/kareemsultan.developer.toolkit. | ||
|
||
kareemsultan.developer.toolkit.dotnet | ||
### kareemsultan.developer.toolkit.dotnet | ||
This package includes many of the tools I use for my daily .NET development. Details at http://chocolatey.org/packages/kareemsultan.developer.toolkit.dotnet. | ||
|
||
kareemsultan.desktop | ||
### kareemsultan.desktop | ||
This package includes many of the apps I use every day. Details at http://chocolatey.org/packages/kareemsultan.desktop. | ||
|
||
|
||
|
||
### Installation | ||
Install with chocolatey (http://nuget.org/List/Packages/chocolatey). | ||
|
||
cinst kareemsultan.developer.toolkit | ||
cinst kareemsultan.developer.toolkit.dotnet | ||
cinst kareemsultan.desktop |