Latest
This commit is contained in:
parent
87837cf9b6
commit
69c70d5980
4 changed files with 68 additions and 0 deletions
|
@ -5,6 +5,10 @@ https://github.com/QaidVoid/Complete-Single-GPU-Passthrough
|
|||
https://github.com/dosyago/DiskerNet
|
||||
https://github.com/mldangelo/personal-site
|
||||
https://github.com/rigoneri/Syte3
|
||||
|
||||
## macOS TODOs
|
||||
https://github.com/Hammerspoon/hammerspoon
|
||||
|
||||
# Tiltfile
|
||||
✖ ERROR Gsettings Failed to apply gsetting
|
||||
Error: Command failed: gsettings set org.gnome.desktop.interface color-scheme prefer-dark
|
||||
|
|
|
@ -390,6 +390,7 @@ softwareGroups:
|
|||
- pup
|
||||
- ramda
|
||||
- schema
|
||||
- textql
|
||||
- xurls
|
||||
- yj
|
||||
- yq
|
||||
|
@ -409,6 +410,8 @@ softwareGroups:
|
|||
- redis-desktop-manager
|
||||
- visual-studio
|
||||
- xcode
|
||||
- xcodes
|
||||
- xcodes-app
|
||||
Docker: &Docker
|
||||
- bane
|
||||
- clair
|
||||
|
@ -584,6 +587,7 @@ softwareGroups:
|
|||
Misc-Desktop: &Misc-Desktop
|
||||
- _misc-flatpaks
|
||||
- _nautilus-extensions
|
||||
- cakebrew
|
||||
- clocker
|
||||
- cumulus
|
||||
- drawio
|
||||
|
@ -592,6 +596,7 @@ softwareGroups:
|
|||
- gnome-tweaks
|
||||
- mark-text
|
||||
- pake
|
||||
- pock
|
||||
- pretzel
|
||||
- qlplugins
|
||||
- remote-desktop
|
||||
|
@ -627,6 +632,7 @@ softwareGroups:
|
|||
- rust
|
||||
- snapcraft
|
||||
- solidity
|
||||
- swimat
|
||||
- upx
|
||||
- windows-adk
|
||||
- windows-admin-center
|
||||
|
|
|
@ -322,6 +322,11 @@ export WGETRC="$XDG_CONFIG_HOME/wget/wgetrc"
|
|||
### Whalebrew
|
||||
export WHALEBREW_CONFIG_DIR="$XDG_CONFIG_HOME/whalebrew"
|
||||
|
||||
### Xcodes
|
||||
# Apple ID username and password
|
||||
# export XCODES_USERNAME=""
|
||||
# export XCODES_PASSWORD=""
|
||||
|
||||
### CloudFlare Wrangler
|
||||
export WRANGLER_INSTALL_PATH="$XDG_DATA_HOME/wrangler"
|
||||
export WRANGLER_HOME="$XDG_DATA_HOME/wrangler"
|
||||
|
|
53
software.yml
53
software.yml
|
@ -894,6 +894,34 @@ softwarePackages:
|
|||
_name: bitly
|
||||
npm: bitly-cli-client
|
||||
_type: cli
|
||||
swimat:
|
||||
_bin: null
|
||||
_desc: Swift code auto-formatter for Xcode
|
||||
_docs: https://jintin.github.io/Swimat/
|
||||
_github: https://github.com/Jintin/Swimat
|
||||
_home: https://jintin.github.io/Swimat/
|
||||
_name: Swimat
|
||||
_when:cask: '! test -d /Applications/Swimat.app'
|
||||
cask: swimat
|
||||
textql:
|
||||
_bin: textql
|
||||
_desc: CLI that allows you to execute SQL against structured text like CSV or TSV
|
||||
_docs: https://github.com/dinedal/textql
|
||||
_github: https://github.com/dinedal/textql
|
||||
_home: https://github.com/dinedal/textql
|
||||
_name: TextQL
|
||||
brew: textql
|
||||
go: github.com/dinedal/textql@master
|
||||
yay: textql-git
|
||||
cakebrew:
|
||||
_bin: null
|
||||
_desc: Manage your Homebrew formulas with style using Cakebrew.
|
||||
_docs: https://www.cakebrew.com/
|
||||
_github: https://github.com/brunophilipe/Cakebrew
|
||||
_home: http://www.cakebrew.com/
|
||||
_name: Cakebrew
|
||||
_when:cask: '! test -d /Applications/Cakebrew.app'
|
||||
cask: cakebrew
|
||||
bitwarden:
|
||||
_bin: bitwarden
|
||||
_desc: The desktop vault (Windows, macOS, & Linux)
|
||||
|
@ -2565,6 +2593,31 @@ softwarePackages:
|
|||
snap: flutter
|
||||
yay: flutter
|
||||
_type: application
|
||||
pock:
|
||||
_bin: null
|
||||
_desc: Widgets manager for MacBook Touch Bar
|
||||
_docs: https://github.com/pock/pock
|
||||
_github: https://github.com/pock/pock
|
||||
_home: https://pock.app/
|
||||
_name: Pock
|
||||
_when:cask: '! test -d /Applications/Pock.app'
|
||||
cask: pock
|
||||
xcodes:
|
||||
_bin: xcodes
|
||||
_desc: CLI utility to download, install, and switch to alternate versions of Xcode
|
||||
_docs: https://github.com/XcodesOrg/xcodes
|
||||
_github: https://github.com/XcodesOrg/xcodes
|
||||
_home: https://github.com/XcodesOrg/xcodes
|
||||
_name: Xcodes
|
||||
brew:darwin: xcodesorg/made/xcodes
|
||||
xcodes-app:
|
||||
_bin: null
|
||||
_desc: macOS desktop app that allows you to download, install, and switch to alternate versions of Xcode
|
||||
_docs: https://github.com/XcodesOrg/XcodesApp
|
||||
_github: https://github.com/XcodesOrg/XcodesApp
|
||||
_home: https://github.com/XcodesOrg/XcodesApp
|
||||
_name: Xcodes App
|
||||
cask: xcodes
|
||||
nitroshare:
|
||||
_bin: nitroshare
|
||||
_desc: Network file transfer application for Windows, OS X, & Linux
|
||||
|
|
Loading…
Reference in a new issue