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
|
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
|
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
#templates | |
shell_template: | |
name: "shell_template" | |
description: "" | |
template: "" | |
keywords: [""] | |
code: # code/script that will be executed | |
- command: "" | |
type: | |
- name: |
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
snippits: | |
- name: "Whitelist App" | |
description: "Whitelist an app from the macOS Gatekeeper" | |
keywords: ["mac", "whitelist", "app", "gatekeeper", "install"] | |
code: | |
- command: "sudo xattr -r -d com.apple.quarantine <app_path>" | |
deps: | |
os: "mac" | |
vars: | |
app_path: |
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
|
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
template: "shell" | |
name: "FZF WinGet" | |
description: "Search winget with PSFzf" | |
keywords: ["winget", "search", "fzf", "install"] | |
code: | |
- command: '$search=""; Install-WinGetPackage (Find-WinGetPackage $search | Select-Object ID | fzf)' | |
type: "shell" | |
supported_os: ["windows"] | |
shell_types: ["powershell", "pwsh"] | |
required_shell_modules: |