🔎 Scripts for PowerShellScriptDescription daily-tasks.sh Execute PowerShell scripts automatically as daily tasks (Linux only). Read more » introduce-powershell.ps1 Introduces PowerShell to new users. More » list-aliases.ps1 Lists all PowerShell aliases. More » list-automatic-variables....
🐚 Powershell This folder has a few basic scripts, the most useful ischeck-startupwhich checks registry locations known to be used by malware & viruses to initiate on windows startup. 👍 Tweaks This folder has some old tweaks I made for Windows 7 which can still be used in Windows 8....
Regarding using cURL, while it's an option, PowerShell's Invoke-RestMethod is a powerful cmdlet that can efficiently handle API requests. Once you resolve the authentication issue, it should work fine for cloning GitHub repositories. I suggest focusing on debugging the exi...
Write-Host \"setup author info\" git config user.email you@you.com git config user.name \"your name\" Write-Host \"git commit with message\" git commit -m \"Test Commit from Azure DevOps\" git push -u https://PAT:$($cred)@dev.azure.com/project/_git/myre...
Automatic Steps: Click to expand! Installing Script method Installs everything fresh and up to date. Possibly unstable, sometimes new dependencies are added and I might not have updated the script by then. Click for STEPS! This method uses 2 scripts to foramt an sd card and make it extroot...
Windows powershell The PowerShell Desktop. GitHub appends the extension .ps1 to your script name. powershell -command ". '{0}'". When more than one default setting is defined with the same name, GitHub uses the most specific default setting. For example, a default setting defined in a jo...
You can not usepathsandpaths-ignoreto filter the same event in a single workflow. If you want to both include and exclude path patterns for a single event, use thepathsfilter along with the!character to indicate which paths should be excluded. ...
Windows pwsh This is the default shell used on Windows. The PowerShell Core. GitHub appends the extension .ps1 to your script name. If your self-hosted Windows runner does not have PowerShell Core installed, then PowerShell Desktop is used instead. pwsh -command ". '{0}'". Windows power...
TypeScript 49.405k Joplin - the privacy-focused note taking app with sync capabilities for Windows, macOS, Linux, Android and iOS. 320 romkatv/powerlevel10k Shell 49.389k A Zsh theme 321 TryGhost/Ghost JavaScript 49.321k Independent technology for modern publishing, memberships, subscript...
You can not usepathsandpaths-ignoreto filter the same event in a single workflow. If you want to both include and exclude path patterns for a single event, use thepathsfilter along with the!character to indicate which paths should be excluded. ...