{"id":23720928,"url":"https://github.com/skvggor/linux-workstation-bootstrap","last_synced_at":"2026-04-05T21:05:59.368Z","repository":{"id":247131092,"uuid":"824810037","full_name":"skvggor/linux-systems-configs","owner":"skvggor","description":"A collection of system configuration and package installation scripts for various Linux distributions, including Debian-like, Arch-based and RHEL-like.","archived":false,"fork":false,"pushed_at":"2025-02-04T02:17:36.000Z","size":3445,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-14T15:13:19.244Z","etag":null,"topics":["apt","arch-linux","archlinux","debian","dnf","dotfiles","fedora","manjaro","manjaro-linux","nobara","pacman","rhel","ubuntu"],"latest_commit_sha":null,"homepage":"https://skvggor.dev","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/skvggor.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-06T02:37:18.000Z","updated_at":"2025-02-04T02:17:40.000Z","dependencies_parsed_at":"2024-10-31T02:17:59.681Z","dependency_job_id":"0925b139-e9ed-4948-9ef8-ff599a25e662","html_url":"https://github.com/skvggor/linux-systems-configs","commit_stats":null,"previous_names":["skvggor/dotfiles-nixos","skvggor/system-configs"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skvggor%2Flinux-systems-configs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skvggor%2Flinux-systems-configs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skvggor%2Flinux-systems-configs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skvggor%2Flinux-systems-configs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skvggor","download_url":"https://codeload.github.com/skvggor/linux-systems-configs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239816332,"owners_count":19701752,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["apt","arch-linux","archlinux","debian","dnf","dotfiles","fedora","manjaro","manjaro-linux","nobara","pacman","rhel","ubuntu"],"created_at":"2024-12-30T22:15:42.380Z","updated_at":"2026-04-05T21:05:59.363Z","avatar_url":"https://github.com/skvggor.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Linux Workstation Bootstrap\n\nA collection of **system configuration** and **package installation** scripts for various Linux distributions.\n\n| Distribution | Tested On |\n|--------------|-----------|\n| **Ubuntu/Debian-like** (apt) | Ubuntu Desktop 24.04.3 LTS |\n| **Arch-based** (pacman + yay + aur) | Omarchy 3.2.0 (Hyprland) |\n| **Fedora/Nobara/RHEL-like** (dnf) | Fedora 43 Workstation |\n\n## Overview\n\nThis project provides a modular installation script that automatically detects your distribution and sets up a complete development and multimedia environment. It handles:\n\n- **System Essentials**: Basic tools (curl, git, unzip) and shell setup (Fish).\n- **Languages**: Go, Rust (via rustup), and Node.js (via nvm).\n- **CLI Tools**: Starship, Atuin, Nitch, Bat, Zellij, Zoxide.\n- **Apps**: VS Code Insiders, Chrome, Edge, Docker, DBeaver, and design tools.\n- **Fonts**: Optimized installation of specific Nerd Fonts and Monaspace.\n- **Configs**: Automatic dotfiles linking for Alacritty, Fish, Starship, etc.\n\n## Prerequisites\n\n- A supported Linux distribution.\n\n## How to Use\n\n1. **Download** this repository:\n\nClick the green \"Code\" button and select \"Download ZIP\", or clone it using Git:\n\n![Download](assets/download.gif)\n\n   ```bash\n   git clone https://github.com/yourusername/linux-systems-configs.git\n   cd  linux-systems-configs\n   ```\n\n2. **Run the installation script**:\n   ```bash\n   bash install.sh\n   ```\n\n3. **Follow the prompts** (you will need to enter your sudo password).\n\n4. **Restart your computer** or log out/in to apply all changes (especially for group changes like Docker and shell changes).\n\n## Project Structure\n\nThe installation logic is modularized in the `scripts/` directory:\n\n- `install.sh`: Main entry point and orchestrator.\n- `scripts/system.sh`: Base system packages and directories.\n- `scripts/languages.sh`: Programming language environments (Go, Rust, Node/NVM).\n- `scripts/cli_tools.sh`: Terminal utilities and shell prompts.\n- `scripts/apps.sh`: GUI applications and Docker.\n- `scripts/fonts.sh`: Font installation (downloads only specific fonts to save bandwidth).\n- `scripts/configs.sh`: Dotfiles management.\n- `scripts/utils.sh`: Helper functions and package manager detection.\n\n## Included Software\n\n### Development\n- **Languages**: Go, Rust, Node.js (LTS via NVM)\n- **Editors**: VS Code Insiders, Micro\n- **Terminal**: Ghostty, Alacritty, Konsole\n- **Shell**: Fish (default), Starship (prompt)\n- **Tools**: Docker, Docker Compose, DBeaver CE, Insomnia, Git, JQ, Net-tools\n- **NPM Global**: gtop, localtunnel, svgo, vercel\n\n### CLI Utilities\n- **Atuin**: Shell history sync\n- **Bat**: Better `cat`\n- **LSD**: Better `ls`\n- **Nitch**: System fetch\n- **Zellij**: Terminal multiplexer\n- **Zoxide**: Smarter `cd`\n- **cmatrix**: Matrix-style animation\n\n### Hyprland (Arch Linux only)\n- **Hyprmon**: System monitor and resource manager for Hyprland (installed automatically when Hyprland is detected)\n\n### Multimedia \u0026 Design\n- **Apps**: OBS Studio, Krita, Inkscape, Gimp, Darktable, VLC, Cheese\n- **Browsers**: Google Chrome, Microsoft Edge\n\n### Utilities\n- **Flameshot**: Screenshot tool\n- **Solaar**: Logitech device manager\n- **xclip**: Clipboard utility\n\n### Fonts\n- **Nerd Fonts**: JetBrainsMono, FiraCode, Hack, Meslo, GeistMono, Iosevka\n- **Monaspace**: GitHub's new font family\n\n## Contributing\n\n1. **Fork** the repository.\n2. Create a **feature branch**.\n3. Modify the relevant scripts in `scripts/`.\n4. Open a **pull request**.\n\n## License\n\nThis project is licensed under the [GNU General Public License v3.0](LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskvggor%2Flinux-workstation-bootstrap","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskvggor%2Flinux-workstation-bootstrap","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskvggor%2Flinux-workstation-bootstrap/lists"}