{"id":35595860,"url":"https://github.com/c4software/dotarchy","last_synced_at":"2026-02-21T13:02:31.719Z","repository":{"id":314760976,"uuid":"1056664870","full_name":"c4software/dotarchy","owner":"c4software","description":"An minimal opinionated Linux box configuration + Arch Niri Setup","archived":false,"fork":false,"pushed_at":"2026-02-19T22:04:27.000Z","size":52341,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-02-20T01:56:01.035Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/c4software.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-09-14T15:03:45.000Z","updated_at":"2026-02-19T22:04:15.000Z","dependencies_parsed_at":"2025-10-25T22:18:00.516Z","dependency_job_id":null,"html_url":"https://github.com/c4software/dotarchy","commit_stats":null,"previous_names":["c4software/dotarchy"],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/c4software/dotarchy","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4software%2Fdotarchy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4software%2Fdotarchy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4software%2Fdotarchy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4software%2Fdotarchy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/c4software","download_url":"https://codeload.github.com/c4software/dotarchy/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/c4software%2Fdotarchy/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29681468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T12:30:22.644Z","status":"ssl_error","status_checked_at":"2026-02-21T12:29:55.402Z","response_time":107,"last_error":"SSL_read: 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-01-05T00:23:37.644Z","updated_at":"2026-02-21T13:02:31.714Z","avatar_url":"https://github.com/c4software.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotarchy\n\nThis repository contains installation and configuration scripts for Arch Linux and macOS. The goal is to automate the setup of applications, fonts, development tools, and user configurations.\n\n![Screenshot](./docs/static/screenshot.jpg)\n\n⚠️ The Niri setup is massively extracted/inspired from the excellent [Omarchy project](https://omarchy.org/) by [@dhh](https://github.com/dhh).\n[Niri Keybindings reference](./archlinux/install/tilling/README.md)\n\n[Documentation](https://c4software.github.io/dotarchy/)\n\n## Prerequisites\n\n- Sudo access on the machine.\n- Internet connection.\n\n## Usage\n\n1. Clone the repository:\n\n```bash\nclear\necho -e \"\\nCloning dotarchy repository...\"\ngit clone https://github.com/c4software/dotarchy.git ~/dotarchy\ncd ~/dotarchy\n\n./setup.sh\n```\n\nThis script detects your distribution (`pacman` → Arch, `$OSTYPE == darwin` → macOS) and launches the appropriate setup process.\n\n### Update configuration files only\n\nTo update only the configuration files without installing packages, you can run `update.sh`:\n\n```bash\n./update.sh\n```\n\n⚠️ This will overwrite your existing configuration files. Make sure to back up any important configurations before running this command.\n⚠️ This will not update all [common configuration](./common/) files, only those related to Niri. To **update all configuration files**, please use `update.sh --all`.\n\n### AMD AI 9 HX 370 Series CPU users\n\nYou can reduce the power consumpution of your CPU by enabling AMD P-State and forcing PCIe ASPM.\n\nEdit the bootloader entries in `/boot/loader/entries/\u003cyour-arch-entry\u003e.conf` and add the following line:\n\n```\namd_pstate=active pcie_aspm=force\n```\n\n(this is obiously optional)\n\n### Dotarchy doctor\n\nYou can run `./dotarchy-doctor.sh` to check if your current setup is correct and if all necessary components are installed.\n\n### Keybindings reference\n\n[Keybindings reference](./install/tilling/README.md)\n\n## Main Structure\n\n- `setup.sh`: Entry script that loads the common bootstrap and selects the distribution.\n- `macos/`: Scripts and subfolders for macOS.\n- `archlinux/`: Scripts and subfolders for Arch Linux.\n- `common/`: Shared scripts (e.g., webapp installation, config bootstrap).\n- Each distribution contains an `install/` folder with:\n  - `apps/`: CLI applications and tools installation.\n  - `desktop/`: Desktop environment apps and fonts.\n  - `tilling/`, `config/`, etc. depending on the distribution.\n\n## Customization\n\n- Add or edit scripts in `install/apps/` or `install/desktop/` to extend the configuration.\n- User configuration files are copied from `../config/` by the bootstrap — modify these sources to change deployed configs.\n- Provided binaries/scripts are copied to `~/.local/bin` via `common/install/bootstrap.sh`.\n\n## Installed Software\n\n### Terminal Applications\n\n- **btop**: A resource monitor that shows usage and stats for processors, memory, disks, network, and processes.\n- **htop**: An interactive process viewer for Unix systems.\n- **fastfetch**: A tool for fetching system information and displaying it in a pretty way.\n- **fd**: A simple, fast, and user-friendly alternative to `find`.\n- **fzf**: A command-line fuzzy finder.\n- **ripgrep**: A line-oriented search tool that recursively searches the current directory for a regex pattern.\n- **zoxide**: A smarter `cd` command that learns your habits.\n- **eza**: A modern replacement for `ls` written in Rust.\n- **bat**: A `cat` clone with syntax highlighting and Git integration.\n- **jq**: A lightweight and flexible command-line JSON processor.\n- **xmlstarlet**: A command-line XML toolkit.\n- **zip/unzip**: Utilities for compressing and decompressing files.\n- **curl/wget**: Tools for transferring data from or to a server.\n- **unrar**: A utility for extracting files from RAR archives.\n- **lazygit**: A simple terminal UI for git commands.\n- **lazydocker**: A simple terminal UI for docker and docker-compose.\n- **gum**: A tool for glamorous shell scripts.\n- **ncdu**: A disk usage analyzer with an ncurses interface.\n- **Starship**: A minimal, blazing-fast, and extremely customizable prompt for any shell. [https://starship.rs/](https://starship.rs/)\n\n### Desktop Applications\n\n- **Neovim**: A hyper-extensible, Vim-based text editor. It is configured with **LazyVim**.\n- **Visual Studio Code**: A source-code editor developed by Microsoft.\n- **Docker**: A platform for developing, shipping, and running applications in containers.\n- **Google Chrome**: A cross-platform web browser.\n- **k9s**: A terminal-based UI to manage Kubernetes clusters.\n- **ProtonVPN**: A VPN service.\n- **Signal**: A cross-platform centralized encrypted messaging service.\n- **Ghostty**: A terminal-based UI.\n- **Snapper**: A tool for managing Btrfs snapshots.\n- **CUPS**: A printing system for Unix-like operating systems.\n\n### Development Tools\n\n- **Mise**: A tool for managing multiple runtime versions.\n- **luarocks**: A package manager for Lua modules.\n- **tree-sitter-cli**: A command-line tool for parsing source code.\n\n### Fonts\n\n- **Font Awesome**\n- **Cascadia Code**\n- **iA Writer**\n- **Google Noto Fonts (Sans, Emoji, CJK, and Extra)**\n- **JetBrains Mono**\n\n## Contributing\n\n- Add your script to the relevant distribution folder.\n- Open a pull request with a clear description of what your script installs and why.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4software%2Fdotarchy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fc4software%2Fdotarchy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fc4software%2Fdotarchy/lists"}