- Application
- Request Handling
- Authorization
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 characters
| choco install notepadplusplus /y | |
| choco install git /y | |
| choco install winrar /y | |
| choco install vscode /y | |
| choco install microsoft-teams /y | |
| choco install teamviewer /y | |
| choco install putty /y | |
| choco install sysinternals /y | |
| choco install nodejs /y | |
| choco install vlc |
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 characters
| https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal | |
| * Executar no powershell | |
| Install-Module oh-my-posh | |
| Install-Module posh-git | |
| Install-Module -Name PSReadLine -Scope CurrentUser -Force -SkipPublisherCheck | |
| * Instalar Fontes |
| Name | Package Id | Version | Source |
|---|---|---|---|
| 7Zip | 7zip.7zip | 19.0.0 | winget |
| Altap Salamander | salamander | choco | |
| Alt-Tab Terminator | alt-tab-terminator | choco | |
| AutoHotkey | Lexikos.AutoHotkey | 1.1.33.02 | winget |
| AutoHotkey Store Edition | HaukeGtze.AutoHotkeypoweredbyweatherlights.com | Latest | msstore (via winget) |
| Carnac |
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 characters
| %SystemRoot%\explorer.exe | |
| %SystemRoot%\system32\accessibilitycpl.dll | |
| %SystemRoot%\system32\ddores.dll | |
| %SystemRoot%\system32\gameux.dll | |
| %SystemRoot%\system32\imageres.dll | |
| %SystemRoot%\System32\mmcndmgr.dll | |
| %SystemRoot%\system32\mmres.dll | |
| %SystemRoot%\system32\mstscax.dll | |
| %SystemRoot%\system32\netshell.dll | |
| %SystemRoot%\system32\networkmap.dll |
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 characters
| # editar o arquivo com $nano .bashrc | |
| alias ls='ls -l --color=auto' | |
| alias dir='vdir --color=auto' | |
| alias cls=clear | |
| alias cd-='cd -' | |
| alias cd..='cd ..' | |
| alias cd/='cd /' | |
| alias weather='curl -s wttr.in' |
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 characters
| [user] | |
| name = Otavio Marcio da Costa | |
| email = [email protected] | |
| [fetch] | |
| prune = true | |
| [pull] | |
| rebase = true | |
| [core] | |
| editor = code --wait | |
| [alias] |