1[
2 {
3 "id": "001",
4 "language": "shell",
5 "filename": "termux-vscode.sh",
6 "title": "VS Code in Termux",
7 "description": [
8 "Code server is a VS Code instance running on a remote server accessible through a browser.",
9 "It allows you to code anywhere, anytime without needing to install VS Code on your local machine.",
10 "The following script sets up code-server in Termux, enabling you to run VS Code in a mobile environment."
11 ]
12 },
13 {
14 "id":"002",
15 "language":"shell",
16 "filename":"arch-boot.sh",
17 "title":"Arch Linux Bootstrap",
18 "description":[
19 "This script automates the installation of Arch Linux with a Btrfs filesystem, including subvolume setup, base system install, and bootloader configuration.",
20 "It guides you through input prompts (disk, username, timezone, etc.) and logs all actions and output for troubleshooting.",
21 "After installation, it creates and runs a chroot script that finalizes system settings, users, and essential services like SSH and NetworkManager.",
22 "Note: Prior to running this script, ensure to run `pacman -Sy` to update the package database."
23 ]
24 },
25 {
26 "id":"003",
27 "language":"shell",
28 "filename": "arch-hypr.sh",
29 "title": "Arch Linux Hyprland Setup",
30 "description": [
31 "This script is extended from the Arch Linux Bootstrap script to set up a Hyprland desktop environment along with customized configurations ie. themes, wallpapers, and application settings.",
32 "It includes setting up all necessary packages for Hyprland, configuring SDDM as the display manager, and applying user-specific customizations for a polished desktop experience.",
33 "This clones my personal dotfiles repository to apply my preferred configurations and themes."
34 ]
35 }
36]