{"id":50126242,"url":"https://github.com/notadson/dotfiles","last_synced_at":"2026-05-23T20:03:51.232Z","repository":{"id":356105539,"uuid":"1072290108","full_name":"NotAdson/dotfiles","owner":"NotAdson","description":null,"archived":false,"fork":false,"pushed_at":"2026-05-06T16:39:44.000Z","size":1194,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-05-06T17:39:50.491Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/NotAdson.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-08T14:13:23.000Z","updated_at":"2026-05-06T16:39:48.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/NotAdson/dotfiles","commit_stats":null,"previous_names":["notadson/dotfiles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/NotAdson/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAdson%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAdson%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAdson%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAdson%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NotAdson","download_url":"https://codeload.github.com/NotAdson/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NotAdson%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33410352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-23T18:09:33.147Z","status":"ssl_error","status_checked_at":"2026-05-23T18:09:31.380Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":[],"created_at":"2026-05-23T20:03:38.799Z","updated_at":"2026-05-23T20:03:51.223Z","avatar_url":"https://github.com/NotAdson.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lubuntu Rice Setup\n\nThis repository contains my personal dotfiles and an automated Ansible playbook to set up a complete rice on a minimal Lubuntu 24 installation.\n\n## What's included?\n- **Window Manager:** i3-wm with modern gaps and a clean aesthetic.\n- **Terminal:** Alacritty (built from source for performance).\n- **Editor:** Neovim (AppImage v0.12.2) with a full LSP and plugin suite.\n- **Shell:** Bash with custom aliases and `pywal` integration.\n- **Status Bar:** Polybar with system monitors and media controls.\n- **Fetch:** Fastfetch (via PPA).\n- **File Manager:** Ranger.\n- **Colors:** Automatic palette generation via `pywal` (Haishoku algorithm).\n- **System Protection:** Timeshift with auto-snapshots before updates and GRUB integration.\n- **Extras:** Firefox (no-snap), Flameshot (Flatpak), btop, and Gemini CLI.\n\n## Installation Instructions\n\nFollow these steps on a fresh, minimal Lubuntu 24 installation to reproduce the environment.\n\n### 1. Install Ansible \u0026 Requirements\nFirst, update your system and install Ansible and the required collections.\n\n```bash\nsudo apt update\nsudo apt install -y ansible git\nansible-galaxy collection install community.general\n```\n\n### 2. Clone the Repository\nClone this repository to your local machine:\n\n```bash\ngit clone https://github.com/NotAdson/dotfiles.git ~/.dotfiles\ncd ~/.dotfiles\n```\n\n### 3. Run the Setup Playbook\nThe `rice-setup.yml` playbook will handle everything: installing packages, building Alacritty, configuring GRUB, and symlinking the dotfiles.\n\n```bash\nansible-playbook -K rice-setup.yml\n```\n\n\u003e **Note:** The `-K` flag will prompt you for your `sudo` password, which is necessary for installing system packages and configuring GRUB.\n\n### 4. Finalize the Setup\n- **Logout and Login:** After the playbook finishes, log out and select **i3** as your session from the login screen.\n- **Neovim Plugins:** Open Neovim (`nvim`). The playbook has pre-installed `packer.nvim`. Run `:PackerSync` inside Neovim to install all plugins.\n- **Firefox:** Launch Firefox to verify the PPA version is installed.\n\n## GRUB Customization\nThe playbook automatically:\n- Sets the GRUB timeout to **2 seconds**.\n- Removes the default Lubuntu theme for a minimal look.\n- Installs `grub-btrfs` for Timeshift snapshot integration.\n\n## Key Bindings\n- `Mod4 + Return`: Open Alacritty\n- `Mod4 + d`: Open Rofi (App Launcher)\n- `Mod4 + Shift + q`: Kill Focused Window\n- `Print`: Open Flameshot (Screenshot)\n- `Mod4 + r`: Enter Resize Mode\n- `Mod4 + Shift + e`: Exit i3\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotadson%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnotadson%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnotadson%2Fdotfiles/lists"}