Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions p3/app/icons/brave.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 34 additions & 0 deletions p3/app/icons/pika.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions p3/app/icons/prism.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions p3/libs/lang/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
"figma_desc": "A web-based UI/UX design application.",
"davinci_desc": "Professional video editing software.",
"obsidian_desc": "A free, flexible app for your thoughts, notes, and organization.",
"brave_desc": "A privacy-focused web browser with built-in ad blocking.",

"gsr_desc": "A screen recording tool with hardware encoding akin to Shadowplay for any GPU on Linux.",
"pp_desc": "A GTK-based tool to easily obtain community runners for gaming on Linux.",
Expand All @@ -109,6 +110,7 @@
"vinegar_desc": "A community wrapper for Roblox Studio, for Roblox game creators.",
"pup_desc": "A Qt-based tool to easily obtain community runners for gaming on Linux.",
"lsfg_desc": "A compatibility layer for Lossless Scaling on Vulkan for Linux. Still requires Lossless Scaling for Windows.",
"prism_desc": "A custom launcher for Minecraft Java Edition with support for mods and shaders.",

"ufw": "Configure Firewall",
"ufw_desc": "Installs and applies a default setting ideal for most users for the Uncomplicated Firewall (UFW).",
Expand Down Expand Up @@ -182,6 +184,7 @@
"cloudflare_warp_desc": "A DNS service that hides your traffic from your ISP.",
"piper_desc": "A GTK application to configure gaming mice using libratbag. Commonly used for Logitech, Roccat, Asus and Glorious mice.",
"glever_desc": "An utility to manage AppImages, generating desktop entries and app metadata, updating apps in-place or keeping multiple versions side-by-side.",
"pika_desc": "A simple and space-efficient backup application based on BorgBackup.",

"docker_desc": "The Docker Engine container service provider and basic tools for it, like docker-compose.",
"mise_desc": "Like asdf (or nvm or pyenv but for any language) it manages dev tools like node, python, cmake, terraform, and hundreds more. Replaces PyEnv, NVM, and the Java JDK and Maven installers from this section.",
Expand Down
3 changes: 3 additions & 0 deletions p3/libs/lang/id.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
"figma_desc": "Aplikasi desain UI/UX berbasis web.",
"davinci_desc": "Software editing video profesional.",
"obsidian_desc": "Aplikasi gratis dan fleksibel untuk pikiran, catatan, dan organisasi Anda.",
"brave_desc": "Web browser yang berfokus pada privasi dengan pemblokir iklan bawaan.",
"gsr_desc": "Alat perekaman layar dengan encoding hardware seperti Shadowplay untuk GPU apa pun di Linux.",
"pp_desc": "Alat berbasis GTK untuk dengan mudah mendapatkan runner komunitas untuk gaming di Linux.",
"sober_desc": "Port komunitas Roblox untuk Linux, berdasarkan versi Android dari game tersebut.",
Expand All @@ -107,6 +108,7 @@
"vinegar_desc": "Wrapper komunitas untuk Roblox Studio, untuk kreator game Roblox.",
"pup_desc": "Alat berbasis Qt untuk dengan mudah mendapatkan runner komunitas untuk gaming di Linux.",
"lsfg_desc": "Layer kompatibilitas untuk Lossless Scaling di Vulkan untuk Linux. Masih memerlukan Lossless Scaling untuk Windows.",
"prism_desc": "Peluncur kustom untuk Minecraft Java Edition dengan dukungan untuk mod dan shader.",
"ufw": "Konfigurasi Firewall",
"ufw_desc": "Menginstal dan menerapkan pengaturan default yang ideal untuk sebagian besar pengguna untuk Uncomplicated Firewall (UFW).",
"swapfile": "Konfigurasi Swap File",
Expand Down Expand Up @@ -176,6 +178,7 @@
"cloudflare_warp_desc": "Layanan DNS yang menyembunyikan traffic Anda dari ISP.",
"piper_desc": "Aplikasi GTK untuk mengkonfigurasi mouse gaming menggunakan libratbag. Umumnya digunakan untuk mouse Logitech, Roccat, Asus dan Glorious.",
"glever_desc": "Utilitas untuk mengelola AppImages, menghasilkan entri desktop dan metadata aplikasi, memperbarui aplikasi di tempat atau menyimpan beberapa versi berdampingan.",
"pika_desc": "Aplikasi backup sederhana dan efisien berbasis BorgBackup.",
"docker_desc": "Penyedia layanan container Docker Engine dan alat dasar untuk itu, seperti docker-compose.",
"mise_desc": "Seperti asdf (atau nvm atau pyenv tapi untuk bahasa apa pun) ia mengelola dev tools seperti node, python, cmake, terraform, dan ratusan lainnya. Menggantikan installer PyEnv, NVM, dan Java JDK dan Maven dari bagian ini.",
"nvm_desc": "Version manager untuk Node.js, memungkinkan Anda dengan mudah beralih antara versi yang berbeda. Termasuk Node.js, NPM dan Yarn. Tidak diperlukan jika menggunakan Mise.",
Expand Down
14 changes: 14 additions & 0 deletions p3/scripts/game/prism.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: Prism Launcher
# version: 1.0
# description: prism_desc
# icon: prism.svg

# --- Start of the script code ---
source "$SCRIPT_DIR/libs/linuxtoys.lib"
_lang_
source "$SCRIPT_DIR/libs/lang/${langfile}.lib"
source "$SCRIPT_DIR/libs/helpers.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive org.prismlauncher.PrismLauncher
zeninf "$msg018"
14 changes: 14 additions & 0 deletions p3/scripts/office/brave.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: Brave Browser
# version: 1.0
# description: brave_desc
# icon: brave.svg

# --- Start of the script code ---
source "$SCRIPT_DIR/libs/linuxtoys.lib"
_lang_
source "$SCRIPT_DIR/libs/lang/${langfile}.lib"
source "$SCRIPT_DIR/libs/helpers.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive flathub com.brave.Browser
zeninf "$msg018"
14 changes: 14 additions & 0 deletions p3/scripts/utils/pika.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/bash
# name: Pika Backup
# version: 1.0
# description: pika_desc
# icon: pika.svg

# --- Start of the script code ---
source "$SCRIPT_DIR/libs/linuxtoys.lib"
_lang_
source "$SCRIPT_DIR/libs/lang/${langfile}.lib"
source "$SCRIPT_DIR/libs/helpers.lib"
flatpak_in_lib
flatpak install --or-update --user --noninteractive flathub org.gnome.World.PikaBackup
zeninf "$msg018"