{"id":22973846,"url":"https://github.com/cassiofb-dev/alpine-gnome-dracula-quickstart","last_synced_at":"2025-07-19T08:36:22.340Z","repository":{"id":265786953,"uuid":"640425350","full_name":"cassiofb-dev/alpine-gnome-dracula-quickstart","owner":"cassiofb-dev","description":"Alpine with Gnome and Dracula theme - Quickstart","archived":false,"fork":false,"pushed_at":"2023-05-14T03:31:46.000Z","size":2321,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T02:09:25.750Z","etag":null,"topics":["alpine-linux","dracula-theme","flatpak","gnome","wezterm-config"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cassiofb-dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2023-05-14T03:31:38.000Z","updated_at":"2024-12-20T14:56:29.000Z","dependencies_parsed_at":"2024-12-02T00:15:07.224Z","dependency_job_id":null,"html_url":"https://github.com/cassiofb-dev/alpine-gnome-dracula-quickstart","commit_stats":null,"previous_names":["cassiofb-dev/alpine-gnome-dracula-quickstart"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Falpine-gnome-dracula-quickstart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Falpine-gnome-dracula-quickstart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Falpine-gnome-dracula-quickstart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cassiofb-dev%2Falpine-gnome-dracula-quickstart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cassiofb-dev","download_url":"https://codeload.github.com/cassiofb-dev/alpine-gnome-dracula-quickstart/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246771397,"owners_count":20831054,"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":["alpine-linux","dracula-theme","flatpak","gnome","wezterm-config"],"created_at":"2024-12-14T23:58:59.620Z","updated_at":"2025-04-02T07:24:36.322Z","avatar_url":"https://github.com/cassiofb-dev.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003e\n  Alpine with Gnome and Dracula theme - Quickstart\n\u003c/h1\u003e\n\n\u003ch4 align=\"center\"\u003eA quickstart guide about customizing vanilla Gnome\u003c/h4\u003e\n\n---\n\n![screenshot](screenshot.png)\n\n## Quickstart\n\n1. Installing Base Alpine\n   1. Download Alpine Standard: [https://alpinelinux.org/downloads/](https://alpinelinux.org/downloads/)\n   2. Run ``setup-alpine``\n   3. Follow the steps provided by the script\n   4. Make sure you selected the right hard drive to run ``sys`` installation\n   5. Reboot the system after done (remove the installation media)\n2. Installing Gnome\n   1. Login with your user\n   2. Run ``doas apk update``\n   3. Run ``doas apk add nano``\n   4. Run ``doas nano /etc/apk/repositories``\n   5. Remove the ``#`` on community repository line\n   6. Run ``doas apk update`` again\n   7. Run ``setup-desktop`` and type ``gnome``\n   8. Reboot the system after done\n3. Installing Dracula\n   1. Follow the steps on [https://draculatheme.com/gtk](https://draculatheme.com/gtk)\n   2. On ``Gnome Extensions`` enable ``User Themes``\n   3. Make sure it's all set on ``Gnome Tweaks``\n   4. Copy the folder ``~/.thems/Dracula/gtk-4.0`` into ``~/.config`` (delete the folder if exists)\n   5. Copy the contenst in the folder ``~/.themes/Dracula/gnome-shell/v40`` outside it (replace all files)\n4. Nices to do\n   1. Installing pipewire\n      1. Alpine Gnome comes with pulseaudio, to disable it make the file ``~/.pulse/client.conf`` with ``autospawn = no`` to disable it\n      2. Run ``doas apk add wireplumber pipewire pipewire-pulse``\n      3. Logout or reboot\n   2. Flatpak\n      1. Run ``doas apk add flatpak``\n      2. Run ``flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo``\n      3. Reboot\n      4. Install ``Flatseal``\n      5. On ``Flatseal`` global configs make sure:\n         1. You have the permissions to:\n            1. User themes: ``~/.themes:ro``\n            2. User icons and cursors: ``~/.icons:ro``\n         2. You have the env variables:\n            1. User theme: ``GTK_THEME=Theme-Name``\n            2. User icons theme: ``GTK_ICONS=Icon-Theme-Name``\n            3. User cursor theme: ``XCURSOR_THEME=Cursor-Theme-Name``\n      6. Install ``Wezterm`` (awesome terminal with dracula theme)\n         1. Make a file named ``.wezterm.lua`` with the contents bellow:\n\n## Wezterm Dracula Gradient Theme Config\n\n```lua\nlocal wezterm = require 'wezterm'\n\nlocal config = {}\n\nif wezterm.config_builder then\n  config = wezterm.config_builder()\nend\n\nconfig.color_scheme = 'Dracula (Official)'\n\nconfig.window_background_opacity = 0.88\n\nconfig.window_decorations = \"INTEGRATED_BUTTONS|RESIZE\"\n\nconfig.window_background_gradient = {\n  interpolation = 'Linear',\n\n  orientation = 'Vertical',\n\n  blend = 'Rgb',\n\n  colors = {\n    '#282a36',\n    '#44475a',\n  },\n}\n\nreturn config\n```\n\n## .Profile\n\n```sh\nexport LANG=en_US.UTF-8\nexport LC_ALL=en_US.UTF-8\nexport LANGUAGE=en_US.UTF-8\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Falpine-gnome-dracula-quickstart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcassiofb-dev%2Falpine-gnome-dracula-quickstart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcassiofb-dev%2Falpine-gnome-dracula-quickstart/lists"}