-
-
Save 831jsh/b6cc30bd68aed6cec0fd6bc581a7ed4e to your computer and use it in GitHub Desktop.
Revisions
-
lesstif revised this gist
Apr 6, 2021 . 1 changed file with 13 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -32,7 +32,7 @@ Write-Host "install devel tools" $devs="JetBrains.Toolbox", "JetBrains.WebStorm", "JetBrains.PHPStorm", "JetBrains.IntelliJIDEA.Ultimate","JetBrains.IntelliJIDEA.Community", "JetBrains.DataGrip" $devs = $devs + "vim.vim", "Microsoft.VisualStudioCode-User-x64", "Notepad++.Notepad++" $devs = $devs + "Notion" foreach($item in $devs) { @@ -47,4 +47,15 @@ $devs="slack", "TelegramDesktop" foreach($item in $devs) { winget install $item } ## DB Write-Host "install dbms & tools" $devs="MariaDB.Server", "heidisql" foreach($item in $devs) { winget install $item } -
lesstif revised this gist
Mar 26, 2021 . 1 changed file with 17 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,21 @@ ## copy from https://gist.github.com/cdekkerpossibilit/d023602c29fdf039c7eabadf64f708e9 function Confirm-Choice { param ( [string]$Message ) $yes = new-Object System.Management.Automation.Host.ChoiceDescription "&Yes","Yes"; $no = new-Object System.Management.Automation.Host.ChoiceDescription "&No","No"; $choices = [System.Management.Automation.Host.ChoiceDescription[]]($yes, $no); $answer = $host.ui.PromptForChoice("", $message, $choices, 1) switch ($answer){ 0 {return $true; break} 1 {return $false; break} } } ## utility if (Confirm-Choice -Message "Install connectivity tools (Edge Chromium, 7-Zip, Windows Terminal)>") { Write-Host "install utilities" $tools="putty", "snaketail", "GnuWin32.Zip", "GnuWin32.Wget", "GnuWin32.Grep" @@ -9,6 +25,7 @@ foreach($item in $tools) { winget install $item } } ## dev tools Write-Host "install devel tools" -
lesstif revised this gist
Mar 19, 2021 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -26,8 +26,6 @@ foreach($item in $devs) Write-Host "install messanger tools" $devs="slack", "TelegramDesktop" foreach($item in $devs) { -
lesstif revised this gist
Mar 19, 2021 . 1 changed file with 13 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,9 +15,21 @@ Write-Host "install devel tools" $devs="JetBrains.Toolbox", "JetBrains.WebStorm", "JetBrains.PHPStorm", "JetBrains.IntelliJIDEA.Ultimate","JetBrains.IntelliJIDEA.Community", "JetBrains.DataGrip" $devs = $devs + "vim.vim", "Microsoft.VisualStudioCode-User-x64", "Notepad++.Notepad++" $devs = $devs + "heidisql", "Notion" foreach($item in $devs) { winget install $item } ## Messanger Write-Host "install messanger tools" $devs="slack", "TelegramDesktop" $devs = $devs + "vim.vim", "Microsoft.VisualStudioCode-User-x64", "Notepad++.Notepad++" $devs = $devs + "heidisql" foreach($item in $devs) { winget install $item } -
lesstif revised this gist
Mar 17, 2021 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Write-Host "install devel tools" $devs="JetBrains.Toolbox", "JetBrains.WebStorm", "JetBrains.PHPStorm", "JetBrains.IntelliJIDEA.Ultimate","JetBrains.IntelliJIDEA.Community", "JetBrains.DataGrip" $devs = $devs + "vim.vim", "Microsoft.VisualStudioCode-User-x64", "Notepad++.Notepad++" $devs = $devs + "heidisql" foreach($item in $devs) { -
lesstif revised this gist
Mar 9, 2021 . 1 changed file with 21 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,5 +1,22 @@ ## utility Write-Host "install utilities" $tools="putty", "snaketail", "GnuWin32.Zip", "GnuWin32.Wget", "GnuWin32.Grep" $tools = $tools + "OpenSSL Light" foreach($item in $tools) { winget install $item } ## dev tools Write-Host "install devel tools" $devs="JetBrains.Toolbox", "JetBrains.WebStorm", "JetBrains.PHPStorm", "JetBrains.IntelliJIDEA.Ultimate","JetBrains.IntelliJIDEA.Community", "JetBrains.DataGrip" $devs = $devs + "vim.vim", "Microsoft.VisualStudioCode-User-x64", "Notepad++.Notepad++" foreach($item in $devs) { winget install $item } -
lesstif revised this gist
Mar 8, 2021 . 1 changed file with 3 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,3 +1,5 @@ # winget install putty winget install snaketail GnuWin32.Zip GnuWin32.Wget GnuWin32.Grep -
lesstif revised this gist
Mar 8, 2021 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,3 @@ # winget install putty winget install snaketail -
lesstif created this gist
Mar 7, 2021 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ winget install putty