This commit is contained in:
Brian Zalewski 2023-12-09 11:11:48 +00:00
parent 8f59aa1116
commit a00fd42b07
9 changed files with 93 additions and 23 deletions

View file

@ -23,9 +23,9 @@ chmod u+x ~/opt/Espanso.AppImage
sudo ~/opt/Espanso.AppImage env-path register sudo ~/opt/Espanso.AppImage env-path register
- Deprecate asdf in favor of rtx - Deprecate asdf in favor of rtx
# TODOs # TODOs
Application settings for Android Studio
- https://github.com/patrikx3/ramdisk - https://github.com/patrikx3/ramdisk
- Barrier config
This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill. This page outlines various projects and tasks that we are currently working on. Creating a GitHub issue for each of these items would be overkill.
- [Push Notification Server](https://github.com/gotify/server) - [Push Notification Server](https://github.com/gotify/server)
- https://community.cloudflare.com/t/allowing-either-cloudflare-ca-pem-or-regular-for-npm/578284 - https://community.cloudflare.com/t/allowing-either-cloudflare-ca-pem-or-regular-for-npm/578284

View file

@ -232,7 +232,6 @@ softwareGroups:
- cryptomator - cryptomator
- seafile-client - seafile-client
- timeshift - timeshift
- syncalicious
Browsers: &Browsers Browsers: &Browsers
- w3m - w3m
Browsers-Desktop: &Browsers-Desktop Browsers-Desktop: &Browsers-Desktop
@ -473,9 +472,8 @@ softwareGroups:
- jitsi-meet - jitsi-meet
- keybase - keybase
- skype - skype
- signal
- slack - slack
- telegram # - telegram
- zoom - zoom
Crypto: &Crypto Crypto: &Crypto
- cointop - cointop
@ -528,7 +526,6 @@ softwareGroups:
- mongodb-compass - mongodb-compass
- sqlectron - sqlectron
Development-Tools-Desktop: &Development-Tools-Desktop Development-Tools-Desktop: &Development-Tools-Desktop
- catlight
- github-desktop - github-desktop
- intellij-idea-ce - intellij-idea-ce
- iterm2 - iterm2
@ -903,7 +900,7 @@ softwareGroups:
- alt-tab - alt-tab
- amethyst - amethyst
- espanso - espanso
- fiscript # - fiscript
- libreoffice - libreoffice
- microsoft-office - microsoft-office
- notion - notion
@ -1067,7 +1064,6 @@ softwareGroups:
- lsyncd - lsyncd
- unison - unison
Transfer-Desktop: &Transfer-Desktop Transfer-Desktop: &Transfer-Desktop
- ariang
- dat-desktop - dat-desktop
- google-drive - google-drive
- motrix - motrix
@ -1188,7 +1184,6 @@ softwareGroups:
- betwixt - betwixt
- fiddler - fiddler
- figma - figma
- graphql-playground
- http-toolkit - http-toolkit
- imagine - imagine
- imageoptim - imageoptim
@ -1469,6 +1464,8 @@ softwareGroups:
deprecated: deprecated:
- pkg: apt-cacher-ng - pkg: apt-cacher-ng
note: Deprecated in favor of using Sonatype Nexus apt proxies. note: Deprecated in favor of using Sonatype Nexus apt proxies.
- pkg: ariang
note: Not very polished and only available via cask
- pkg: asdf - pkg: asdf
note: ASDF is currently installed via a script rather than in the software definitions. note: ASDF is currently installed via a script rather than in the software definitions.
- pkg: astronvim - pkg: astronvim
@ -1481,6 +1478,8 @@ softwareGroups:
note: Unused Docker assistance package note: Unused Docker assistance package
- pkg: catfs - pkg: catfs
note: CatFS is reportedly in the alpha stage of development and we experienced issues when trying to use it. note: CatFS is reportedly in the alpha stage of development and we experienced issues when trying to use it.
- pkg: catlight
note: Free tier has strict limitations and app is not very polished
- pkg: ccat - pkg: ccat
note: bat can be used instead and has more features note: bat can be used instead and has more features
- pkg: cerebro - pkg: cerebro
@ -1499,6 +1498,8 @@ softwareGroups:
note: Deprecated in favor of `duf` which is written in Rust note: Deprecated in favor of `duf` which is written in Rust
- pkg: git-fuzzy - pkg: git-fuzzy
note: Installed via dotfiles via git note: Installed via dotfiles via git
- pkg: graphql-playground
note: Altair is more popular and well-maintained on GitHub
- pkg: gvm - pkg: gvm
note: Deprecated in favor of using ASDF. note: Deprecated in favor of using ASDF.
- pkg: hyper - pkg: hyper
@ -1597,6 +1598,8 @@ softwareGroups:
note: After `sudo apt-get install -y fuse libfuse-dev, the following error still shows up error could not find system library 'fuse' required by the 'fuse' crate note: After `sudo apt-get install -y fuse libfuse-dev, the following error still shows up error could not find system library 'fuse' required by the 'fuse' crate
- pkg: snapd - pkg: snapd
note: Bundled into installer note: Bundled into installer
- pkg: signal
note: Not needed - mostly a phone app
helmCharts: helmCharts:
- vector - vector
helm: helm:
@ -1750,15 +1753,26 @@ softwarePlugins:
- app.pieces.plugins.jetbrains - app.pieces.plugins.jetbrains
- com.dmarcotte.handlebars - com.dmarcotte.handlebars
- com.github.copilot - com.github.copilot
- com.github.masahirosuzuka.PhoneGapIntelliJPlugin
- com.jetbrains.edu - com.jetbrains.edu
- com.jetbrains.rust - com.jetbrains.rust
- com.wakatime.intellij.plugin - com.wakatime.intellij.plugin
- org.intellij.plugins.hcl
- com.intellij.lang.jsgraphql
- com.chrisrm.idea.MaterialThemeUI
- name.kropp.intellij.makefile
- com.genymotion.idea
- Docker - Docker
- io.flutter - io.flutter
- Dart
- Jetbrains TeamCity Plugin
- com.wakatime.intellij.plugin
- mobi.hsz.idea.gitignore
- NodeJS - NodeJS
- org.editorconfig.editorconfigjetbrains - org.editorconfig.editorconfigjetbrains
- org.intellij.plugins.markdown - org.intellij.plugins.markdown
- org.jetbrains.completion.full.line - org.jetbrains.completion.full.line
- org.jetbrains.plugins.go-template
helm: helm:
cmd: bash -c '{PLUGIN}' cmd: bash -c '{PLUGIN}'
plugins: plugins:

View file

@ -0,0 +1,5 @@
[application]
name = Logitech Options+
[xdg_configuration_files]
LogiOptionsPlus

View file

@ -0,0 +1,5 @@
[application]
name = Mailspring
[xdg_configuration_files]
mailspring

View file

@ -0,0 +1,5 @@
[application]
name = MarkText
[xdg_configuration_files]
marktext

View file

@ -0,0 +1,5 @@
[application]
name = Pieces OS
[xdg_configuration_files]
pieces-os

View file

@ -0,0 +1,5 @@
[application]
name = Tor Browser
[xdg_configuration_files]
tor-browser

View file

@ -0,0 +1,5 @@
[application]
name = Warp Terminal
[xdg_configuration_files]
warp-terminal

View file

@ -419,6 +419,11 @@ softwarePackages:
_name: Pieces OS _name: Pieces OS
_post:snap: sudo snap connect pieces-os:dotnet-runtime-aspnetcore _post:snap: sudo snap connect pieces-os:dotnet-runtime-aspnetcore
_app: Pieces.app _app: Pieces.app
_note: Waiting for choco package
_link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/pieces-os"
target: "$HOME/Library/Application Support/com.pieces.os"
_link:snap: 'TODO'
appinstaller: https://builds.pieces.app/stages/production/appinstaller/os_server.appinstaller appinstaller: https://builds.pieces.app/stages/production/appinstaller/os_server.appinstaller
cask: pieces-os cask: pieces-os
exe: https://builds.pieces.app/stages/production/os_server/windows-exe/download exe: https://builds.pieces.app/stages/production/os_server/windows-exe/download
@ -596,6 +601,10 @@ softwarePackages:
_home: https://developer.android.com/studio _home: https://developer.android.com/studio
_name: Android Studio _name: Android Studio
_app: Android Studio.app _app: Android Studio.app
_link:cask: 'TODO'
_link:choco: 'TODO'
_link:flatpak: 'TODO'
_link:snap: 'TODO'
cask: android-studio cask: android-studio
choco: androidstudio choco: androidstudio
flatpak: com.google.AndroidStudio flatpak: com.google.AndroidStudio
@ -810,8 +819,10 @@ softwarePackages:
_github: https://github.com/httptoolkit/httptoolkit _github: https://github.com/httptoolkit/httptoolkit
_name: HTTP Toolkit _name: HTTP Toolkit
_app: HTTP Toolkit.app _app: HTTP Toolkit.app
apt: https://github.com/httptoolkit/httptoolkit-desktop/releases/download/v1.14.8/HttpToolkit-1.14.8.deb
cask: http-toolkit cask: http-toolkit
winget: HTTPToolKit.HTTPToolKit winget: HTTPToolKit.HTTPToolKit
yay: httptoolkit
tart: tart:
_bin: tart _bin: tart
_github: https://github.com/cirruslabs/tart _github: https://github.com/cirruslabs/tart
@ -1072,24 +1083,17 @@ softwarePackages:
_github: https://github.com/CodeEditApp/CodeEdit _github: https://github.com/CodeEditApp/CodeEdit
_name: CodeEdit _name: CodeEdit
_app: CodeEdit.app _app: CodeEdit.app
_todo: TODO once this is out of alpha
cask: codeedit cask: codeedit
barrier: barrier:
_bin: barrier _bin: barrier
_github: https://github.com/debauchee/barrier _github: https://github.com/debauchee/barrier
_name: Barrier _name: Barrier
_app: Barrier.app _app: Barrier.app
_todo: TODO
cask: barrier cask: barrier
choco: barrier choco: barrier
flatpak: com.github.debauchee.barrier flatpak: com.github.debauchee.barrier
syncalicious:
_bin: syncalicious
_desc: macOS application that syncs application settings across instances of macOS (and can also be used for backing up application settings)
_docs: https://github.com/zenangst/Syncalicious
_github: https://github.com/zenangst/Syncalicious
_home: https://github.com/zenangst/Syncalicious
_name: Syncalicious
_app: Syncalicious.app
cask: syncalicious
auto-install: auto-install:
_bin: auto-install _bin: auto-install
_desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code' _desc: '[auto-install](https://github.com/siddharthkp/auto-install) installs dependencies as you code'
@ -1233,6 +1237,10 @@ softwarePackages:
_github: false _github: false
_name: Logi Options+ _name: Logi Options+
_app: logioptionsplus.app _app: logioptionsplus.app
_link:choco: 'TODO'
_link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/LogiOptionsPlus"
target: "$HOME/Library/Application Support/LogiOptionsPlus"
choco: logioptionsplus choco: logioptionsplus
cask: logi-options-plus cask: logi-options-plus
exe: https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.exe exe: https://download01.logi.com/web/ftp/pub/techsupport/optionsplus/logioptionsplus_installer.exe
@ -1918,6 +1926,11 @@ softwarePackages:
_name: Tor Browser _name: Tor Browser
_restricted: true _restricted: true
_app: Tor Browser.app _app: Tor Browser.app
_link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/tor-browser"
target: "$HOME/Library/Application Support/TorBrowser-Data/Tor"
_link:choco: 'TODO'
_link:flatpak: 'TODO'
cask: tor-browser cask: tor-browser
choco: tor-browser choco: tor-browser
flatpak: com.github.micahflee.torbrowser-launcher flatpak: com.github.micahflee.torbrowser-launcher
@ -5870,7 +5883,12 @@ softwarePackages:
_home: https://getmailspring.com/ _home: https://getmailspring.com/
_name: Mailspring _name: Mailspring
_app: Mailspring.app _app: Mailspring.app
ansible: professormanhattan.mailspring _link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/mailspring"
target: "$HOME/Library/Application Support/Mailspring"
_link:choco: 'TODO'
_link:flatpak: 'TODO'
_link:snap: 'TODO'
cask: mailspring cask: mailspring
choco: mailspring choco: mailspring
flatpak: com.getmailspring.Mailspring flatpak: com.getmailspring.Mailspring
@ -5889,17 +5907,22 @@ softwarePackages:
exe: https://github.com/hql287/Manta/releases/download/v1.1.4/Manta.Setup.1.1.4.exe exe: https://github.com/hql287/Manta/releases/download/v1.1.4/Manta.Setup.1.1.4.exe
github: github.com/hql287/Manta github: github.com/hql287/Manta
mark-text: mark-text:
_bin: null _bin: marktext
_desc: A simple and elegant markdown editor, available for Linux, macOS and Windows _desc: A simple and elegant markdown editor, available for Linux, macOS and Windows
_docs: null _docs: null
_github: https://github.com/marktext/marktext _github: https://github.com/marktext/marktext
_home: null _home: null
_name: MarkText _name: MarkText
_post:cask: if [ -d /Applications/MarkText.app ]; then xattr -cr /Applications/MarkText.app; elif [ -d "$HOME/Applications/MarkText.app" ]; then xattr -cr "$HOME/Applications/MarkText.app"; fi
_app: MarkText.app _app: MarkText.app
_link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/marktext"
target: "$HOME/Library/Application Support/marktext"
_link:choco: 'TODO'
_link:flatpak: 'TODO'
_link:winget: 'TODO'
cask: mark-text cask: mark-text
choco: marktext choco: marktext
github: github.com/marktext/marktext flatpak: com.github.marktext.marktext
winget: marktext winget: marktext
yay: marktext yay: marktext
mas: mas:
@ -6843,13 +6866,16 @@ softwarePackages:
_name: Mage AI _name: Mage AI
pipx: mage-ai pipx: mage-ai
warp-terminal: warp-terminal:
_bin: null _bin: warp
_desc: Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive. _desc: Warp is a blazingly-fast modern Rust based GPU-accelerated terminal built to make you and your team more productive.
_docs: https://docs.warp.dev/getting-started/readme _docs: https://docs.warp.dev/getting-started/readme
_github: https://github.com/warpdotdev/Warp _github: https://github.com/warpdotdev/Warp
_home: https://www.warp.dev/ _home: https://www.warp.dev/
_name: Warp Terminal _name: Warp Terminal
_app: Warp.app _app: Warp.app
_link:cask:
- src: "${XDG_CONFIG_HOME:-$HOME/.config}/warp-terminal"
target: "$HOME/Library/Application Support/dev.warp.Warp-Stable"
cask: warp cask: warp
figma: figma:
_bin: null _bin: null