Latest
This commit is contained in:
parent
e0b9f6bb55
commit
bdf065c785
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,6 @@
|
|||
|
||||
* Move age decryption higher
|
||||
|
||||
xattr -d com.apple.quarantine rclone
|
||||
Create issue about setting up completions - https://github.com/rsteube/lazycomplete
|
||||
pw="$(osascript -e 'Tell application "System Events" to display dialog "Password:" default answer "" with hidden answer' -e 'text returned of result' 2>/dev/null)" && echo "$pw"
|
||||
|
|
|
@ -13964,7 +13964,7 @@ softwarePackages:
|
|||
_docs: null
|
||||
_github: null
|
||||
_home: null
|
||||
_name: SSH FS
|
||||
_name: SSHFS
|
||||
apt: sshfs
|
||||
choco: sshfs
|
||||
dnf: sshfs
|
||||
|
@ -14014,6 +14014,7 @@ softwarePackages:
|
|||
_github: https://github.com/yarnpkg/berry
|
||||
_home: https://yarnpkg.com/
|
||||
_name: Yarn
|
||||
_preload: true
|
||||
ansible: professormanhattan.yarn
|
||||
brew: yarn
|
||||
choco: yarn
|
||||
|
@ -14086,6 +14087,7 @@ softwarePackages:
|
|||
_github: https://github.com/mikefarah/yq
|
||||
_home: https://mikefarah.gitbook.io/yq/
|
||||
_name: yq
|
||||
_preload: true
|
||||
ansible: professormanhattan.yq
|
||||
apk: yq
|
||||
brew: yq
|
||||
|
@ -14217,6 +14219,7 @@ softwarePackages:
|
|||
_github: null
|
||||
_home: null
|
||||
_name: zoxide
|
||||
_preload: true
|
||||
ansible: professormanhattan.zoxide
|
||||
brew: zoxide
|
||||
zsh:
|
||||
|
@ -14226,6 +14229,7 @@ softwarePackages:
|
|||
_github: null
|
||||
_home: null
|
||||
_name: Zsh
|
||||
_preload: true
|
||||
ansible:darwin: professormanhattan.zsh
|
||||
ansible:linux: professormanhattan.zsh
|
||||
apt: zsh
|
||||
|
@ -14244,6 +14248,7 @@ softwarePackages:
|
|||
_github: https://github.com/google/zx
|
||||
_home: null
|
||||
_name: zx
|
||||
_preload: true
|
||||
brew: zx
|
||||
npm: zx
|
||||
flatseal:
|
||||
|
|
Loading…
Reference in a new issue