Update 3 files
- /docs/TODO.md - /software.yml - /home/.chezmoidata.yaml
This commit is contained in:
parent
5932fef5e4
commit
87ac8dd92f
3 changed files with 33 additions and 0 deletions
|
@ -10,6 +10,8 @@ https://github.com/rustdesk/rustdesk
|
||||||
https://github.com/tw93/Pake
|
https://github.com/tw93/Pake
|
||||||
https://github.com/lencx/ChatGPT
|
https://github.com/lencx/ChatGPT
|
||||||
https://github.com/QaidVoid/Complete-Single-GPU-Passthrough
|
https://github.com/QaidVoid/Complete-Single-GPU-Passthrough
|
||||||
|
https://github.com/Flow-Launcher/Flow.Launcher
|
||||||
|
|
||||||
CLOUDSDK_CORE_PROJECT: "megabyte-labs"
|
CLOUDSDK_CORE_PROJECT: "megabyte-labs"
|
||||||
GCE_CREDENTIALS_FILE: "{{ joinPath .chezmoi.homeDir ".config" "gcp.json" }}"
|
GCE_CREDENTIALS_FILE: "{{ joinPath .chezmoi.homeDir ".config" "gcp.json" }}"
|
||||||
GCE_SERVICE_ACCOUNT_EMAIL: "molecule@megabyte-labs.iam.gserviceaccount.com"
|
GCE_SERVICE_ACCOUNT_EMAIL: "molecule@megabyte-labs.iam.gserviceaccount.com"
|
||||||
|
|
|
@ -537,6 +537,7 @@ softwareGroups:
|
||||||
- shotcut
|
- shotcut
|
||||||
- shotwell
|
- shotwell
|
||||||
- vlc
|
- vlc
|
||||||
|
- youtube-music
|
||||||
Misc-Desktop: &Misc-Desktop
|
Misc-Desktop: &Misc-Desktop
|
||||||
- _misc-flatpaks
|
- _misc-flatpaks
|
||||||
- _nautilus-extensions
|
- _nautilus-extensions
|
||||||
|
@ -545,6 +546,7 @@ softwareGroups:
|
||||||
- cumulus
|
- cumulus
|
||||||
- edex-ui
|
- edex-ui
|
||||||
- gnome-tweaks
|
- gnome-tweaks
|
||||||
|
- pake
|
||||||
- pretzel
|
- pretzel
|
||||||
- qlplugins
|
- qlplugins
|
||||||
- remote-desktop
|
- remote-desktop
|
||||||
|
@ -801,6 +803,7 @@ softwareGroups:
|
||||||
- altair
|
- altair
|
||||||
- betwixt
|
- betwixt
|
||||||
- electron-app
|
- electron-app
|
||||||
|
- imagine
|
||||||
- ipfs-desktop
|
- ipfs-desktop
|
||||||
- mjml
|
- mjml
|
||||||
- mockoon
|
- mockoon
|
||||||
|
|
28
software.yml
28
software.yml
|
@ -4662,7 +4662,9 @@ softwarePackages:
|
||||||
_name: Manta
|
_name: Manta
|
||||||
_type: application
|
_type: application
|
||||||
_when:cask: '! test -d /Applications/Manta.app'
|
_when:cask: '! test -d /Applications/Manta.app'
|
||||||
|
appimage: https://github.com/hql287/Manta/releases/download/v1.1.4/Manta-1.1.4-x86_64.AppImage
|
||||||
cask: manta
|
cask: manta
|
||||||
|
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
|
||||||
_service: false
|
_service: false
|
||||||
mark-text:
|
mark-text:
|
||||||
|
@ -4968,6 +4970,26 @@ softwarePackages:
|
||||||
go: github.com/raviqqe/muffet/v2@latest
|
go: github.com/raviqqe/muffet/v2@latest
|
||||||
yay: muffet-bin
|
yay: muffet-bin
|
||||||
_service: false
|
_service: false
|
||||||
|
youtube-music:
|
||||||
|
_desc: YouTube Music desktop app bundled with custom plugins (and built-in ad blocker / downloader)
|
||||||
|
_docs: null
|
||||||
|
_github: https://github.com/th-ch/youtube-music
|
||||||
|
_home: https://th-ch.github.io/youtube-music/
|
||||||
|
appimage: https://github.com/th-ch/youtube-music/releases/download/v1.19.0/YouTube-Music-1.19.0.AppImage
|
||||||
|
apt: https://github.com/th-ch/youtube-music/releases/download/v1.19.0/youtube-music_1.19.0_amd64.deb
|
||||||
|
dmg: https://github.com/th-ch/youtube-music/releases/download/v1.19.0/YouTube-Music-1.19.0.dmg
|
||||||
|
exe: https://github.com/th-ch/youtube-music/releases/download/v1.19.0/YouTube-Music-Setup-1.19.0.exe
|
||||||
|
scoop: extras/youtube-music
|
||||||
|
snap: https://github.com/th-ch/youtube-music/releases/download/v1.19.0/youtube-music_1.19.0_amd64.snap
|
||||||
|
winget: th-ch.YouTubeMusic
|
||||||
|
yay: youtube-music-bin
|
||||||
|
imagine:
|
||||||
|
_desc: Imagine is a desktop app for compression of PNG and JPEG, with a modern and friendly UI.
|
||||||
|
_github: https://github.com/meowtec/Imagine
|
||||||
|
appimage: https://github.com/meowtec/Imagine/releases/download/v0.7.3/Imagine-0.7.3.AppImage
|
||||||
|
dmg: https://github.com/meowtec/Imagine/releases/download/v0.7.3/Imagine-0.7.3.dmg
|
||||||
|
exe: https://github.com/meowtec/Imagine/releases/download/v0.7.3/Imagine-Setup-0.7.3.exe
|
||||||
|
snap: https://github.com/meowtec/Imagine/releases/download/v0.7.3/Imagine_0.7.3_amd64.snap
|
||||||
mullvad-vpn:
|
mullvad-vpn:
|
||||||
_bin: null
|
_bin: null
|
||||||
_desc: The Mullvad VPN client app for desktop and mobile
|
_desc: The Mullvad VPN client app for desktop and mobile
|
||||||
|
@ -4977,7 +4999,10 @@ softwarePackages:
|
||||||
_name: Mullvad VPN
|
_name: Mullvad VPN
|
||||||
_type: application
|
_type: application
|
||||||
_when:cask: '! test -d "/Applications/Mullvad VPN.app"'
|
_when:cask: '! test -d "/Applications/Mullvad VPN.app"'
|
||||||
|
apt: https://github.com/mullvad/mullvadvpn-app/releases/download/2022.5/MullvadVPN-2022.5_amd64.deb
|
||||||
cask: mullvadvpn
|
cask: mullvadvpn
|
||||||
|
exe: https://github.com/mullvad/mullvadvpn-app/releases/download/2022.5/MullvadVPN-2022.5.exe
|
||||||
|
dnf: https://github.com/mullvad/mullvadvpn-app/releases/download/2022.5/MullvadVPN-2022.5_x86_64.rpm
|
||||||
github: github.com/mullvad/mullvadvpn-app
|
github: github.com/mullvad/mullvadvpn-app
|
||||||
yay: mullvad-vpn
|
yay: mullvad-vpn
|
||||||
_service: false
|
_service: false
|
||||||
|
@ -5912,6 +5937,9 @@ softwarePackages:
|
||||||
ansible:windows: professormanhattan.portmaster
|
ansible:windows: professormanhattan.portmaster
|
||||||
_service: true
|
_service: true
|
||||||
_type: application
|
_type: application
|
||||||
|
pake:
|
||||||
|
_bin: pake
|
||||||
|
npm: pake-cli
|
||||||
postman:
|
postman:
|
||||||
_bin: postman
|
_bin: postman
|
||||||
_desc: "[Postman](https://www.postman.com/) is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster."
|
_desc: "[Postman](https://www.postman.com/) is a collaboration platform for API development. Postman's features simplify each step of building an API and streamline collaboration so you can create better APIs — faster."
|
||||||
|
|
Loading…
Reference in a new issue