Vous pouvez vous inscrire directement en ligne, sur le site des Scubabous (http://scubabous.fr).
Il vous faut les documents suivantes:
- La fiche d'inscription, remplie en ligne,
root = true | |
[*.cs] | |
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_block_contents | |
csharp_indent_block_contents = true | |
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_braces | |
csharp_indent_braces = false | |
# http://kent-boogaart.com/blog/editorconfig-reference-for-c-developers#csharp_indent_case_contents |
# Taps | |
tap 'caskroom/cask' | |
tap 'caskroom/fonts' | |
# Install ZSH | |
brew 'zsh' | |
brew 'zsh-completions' | |
# Install GNU core utilities (those that come with macOS are outdated) | |
brew 'coreutils' |
Sample Code is provided for the purpose of illustration only and is not intended | |
to be used in a production environment. THIS SAMPLE CODE AND ANY RELATED | |
INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED | |
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF | |
MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR PURPOSE. We grant You a | |
nonexclusive, royalty-free right to use and modify the Sample Code and to | |
reproduce and distribute the object code form of the Sample Code, provided that. | |
You agree: (i) to not use Our name, logo, or trademarks to market Your software | |
product in which the Sample Code is embedded; (ii) to include a valid copyright | |
notice on Your software product in which the Sample Code is embedded; and (iii) |
Vous pouvez vous inscrire directement en ligne, sur le site des Scubabous (http://scubabous.fr).
Il vous faut les documents suivantes:
# base machine tools | |
choco install -y firacode | |
choco install -y vlc | |
choco install -y googlechrome | |
choco install -y izarc | |
choco install -y adobereader | |
choco install -y keepass.install | |
# admin tools | |
choco install -y sysinternals |
<?xml version="1.0" encoding="utf-8"?> | |
<AdminDeploymentCustomizations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://schemas.microsoft.com/wix/2011/AdminDeployment"> | |
<BundleCustomizations TargetDir="C:\Program Files (x86)\Microsoft Visual Studio 14.0" NoCacheOnlyMode="default" NoWeb="default" NoRefresh="default" SuppressRefreshPrompt="default" Feed="default" /> | |
<SelectableItemCustomizations> | |
<SelectableItemCustomization Id="VSUV3RTMV1" Hidden="no" Selected="yes" FriendlyName="Visual Studio 2015 Update 3" /> | |
<SelectableItemCustomization Id="MicroUpdateV3.1" Selected="yes" FriendlyName="Update for Microsoft Visual Studio 2015 (KB3165756)" /> | |
<SelectableItemCustomization Id="WebToolsV1" Hidden="no" Selected="yes" FriendlyName="Microsoft Web Developer Tools" /> | |
<SelectableItemCustomization Id="GitForWindowsx64V4" Hidden="no" Selected="yes" FriendlyName="Git for Windows" /> | |
<SelectableItemCustomization Id="GitForWindowsx86V4" |
public class Demo | |
{ | |
public void DoThings() | |
{ | |
int i = 2; | |
i++; | |
} | |
} |
I hereby claim:
To claim this, I am signing this object:
# Boxstarter OS options | |
#Set-ExplorerOptions -showHidenFilesFoldersDrives -showProtectedOSFiles -showFileExtensions | |
#Enable-RemoteDesktop | |
#Set-StartScreenOptions -EnableBootToDesktop -EnableDesktopBackgroundOnStart | |
# System tools | |
choco install sysinternals | |
choco install git.install | |
choco install git-credential-winstore | |
choco install poshgit |