{"id":20047012,"url":"https://github.com/bartste/dotfiles-linux","last_synced_at":"2026-04-12T00:02:02.412Z","repository":{"id":37740558,"uuid":"482222431","full_name":"BartSte/dotfiles-linux","owner":"BartSte","description":"My dotfiles for linux","archived":false,"fork":false,"pushed_at":"2026-03-31T07:17:10.000Z","size":26759,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-31T09:35:09.905Z","etag":null,"topics":["arch-linux","bare-repo","bash","dotfiles","example","git","i3","linux","mutt","pacman","polybar","python","template","vim","wsl"],"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/BartSte.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":"2022-04-16T10:22:40.000Z","updated_at":"2026-03-31T07:17:14.000Z","dependencies_parsed_at":"2023-10-03T11:53:48.807Z","dependency_job_id":"be66883e-f825-4bd2-a190-994bcaf139e8","html_url":"https://github.com/BartSte/dotfiles-linux","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BartSte/dotfiles-linux","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BartSte%2Fdotfiles-linux","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BartSte%2Fdotfiles-linux/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BartSte%2Fdotfiles-linux/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BartSte%2Fdotfiles-linux/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BartSte","download_url":"https://codeload.github.com/BartSte/dotfiles-linux/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BartSte%2Fdotfiles-linux/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31699438,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T21:17:31.016Z","status":"ssl_error","status_checked_at":"2026-04-11T21:17:24.556Z","response_time":54,"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":["arch-linux","bare-repo","bash","dotfiles","example","git","i3","linux","mutt","pacman","polybar","python","template","vim","wsl"],"created_at":"2024-11-13T11:32:53.474Z","updated_at":"2026-04-12T00:02:02.386Z","avatar_url":"https://github.com/BartSte.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles BartSte\n\nThis README is shared across these repositories:\n\n- **BartSte/dotfiles** (base, cross‑platform)\n- **BartSte/dotfiles-linux** (Linux common)\n- **BartSte/dotfiles-arch** (Arch‑specific)\n- **BartSte/dotfiles-pi** (Raspberry Pi / Debian‑based)\n- **BartSte/dotfiles-windows** (Windows)\n- **BartSte/dotfiles-secret** (private: personal state and configs that should never be public)\n\n---\n\n## Layered model\n\n- **Base** → `dotfiles`\n- **Linux common** → `dotfiles-linux`\n- **Linux distro layer** → `dotfiles-arch` **or** `dotfiles-pi`\n- **Windows** → `dotfiles-windows`\n\nOn Linux, install **base + linux + distro layer**.\nOn Windows, install **base + windows**.\n\n---\n\n## Linux install (Arch / Pi)\n\nUse the **base** initialize script. It clones base + linux + the appropriate distro layer.\n\n```bash\ncurl -O https://raw.githubusercontent.com/BartSte/dotfiles/master/dotfiles/initialize \u0026\u0026 bash ./initialize; rm ./initialize\n```\n\nThen:\n\n```bash\n~/dotfiles-linux/main\n# Arch:\n~/dotfiles-arch/main\n# or Raspberry Pi:\n~/dotfiles-pi/main\n```\n\nFinish by setting `~/.dotfiles_config.sh`:\n\n```bash\nexport BWEMAIL=\nexport MICROSOFT_ACCOUNT=\n```\n\n\n---\n\n## Windows install\n\n```powershell\nSet-ExecutionPolicy Bypass -Scope Process -Force;\n[bool](([System.Security.Principal.WindowsIdentity]::GetCurrent()).groups -match \"S-1-5-32-544\");\n[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;\niex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/BartSte/dotfiles-windows/master/dotfiles-windows/initialize.ps1'))\n```\n\nThen:\n\n```powershell\n$HOME/dotfiles-windows/main.ps1\n```\n\n---\n\n## Dotfiles (cross‑platform)\n\nContains static dotfiles used by other layers. You typically don’t clone this directly.\n\n### Neovim (`dotfiles/nvim`)\n\n- `dotfiles/nvim/lua`:\n  - `helpers`: helper functions\n  - `plugins`: lazy.nvim plugins\n  - `config`: plugin config\n- `dotfiles/nvim/vim`: vimscript plugin config\n- `dotfiles/nvim/plugin`: non‑plugin config loaded before `after/plugin`\n- `dotfiles/nvim/after/plugin`: non‑plugin config\n- `dotfiles/nvim/after/ftplugin`: filetype‑specific config\n\n---\n\n## Linux common (dotfiles-linux)\n\nGeneral Linux config shared by all distros (zsh, tmux, git, nvim, scripts, etc.).\n\n---\n\n## Arch layer (dotfiles-arch)\n\nArch‑specific modules (pacman/aur, sway/waybar/kmonad, DNS/firewall, systemd units).  \nAlso contains **mutt**, **khal**, and **khalorg**.\n\n---\n\n## Raspberry Pi layer (dotfiles-pi)\n\nDebian/RPi specific packages (apt), Tailscale, moltbot, etc.\n\n---\n\n## Mutt (Arch layer)\n\nTwo accounts (personal/work) are configured via a single `muttrc` using `MICROSOFT_ACCOUNT`.\nCredentials are fetched via `rbw`/`bw-cli-get`.\n\nPaths are now under:\n- `~/dotfiles-arch/mutt/*`\n\n---\n\n## khal \u0026 khalorg (Arch layer)\n\nCalendar setup for office calendar using vdirsyncer + khal + khalorg.\n\nPaths are now under:\n- `~/dotfiles-arch/khal/*`\n- `~/dotfiles-arch/khalorg/*`\n\n---\n\n## Aliases (bare repos)\n\nThese are defined in `dotfiles-linux/zsh/git.zsh`:\n\n- `base` / `bases`\n- `lin` / `lins`\n- `linarch` / `linarchs`\n- `linpi` / `linpis`\n- `dot` / `dots` / `dotu`\n\n## Main vs Auth\n\n- **main**: non‑interactive setup (safe to run in CI).\n- **auth**: interactive steps (logins, tokens, pairing). Run manually.\n\n## dotfiles-secret (private)\n\nThere is a private repo: **BartSte/dotfiles-secret**.\n\nUse it for things you want versioned but *not* public, for example:\n- openclaw private workspace state (memory, notes)\n- Redacted config templates (tokens replaced with `REDACTED`)\n- Browser bookmarks/quickmarks/userscripts that may contain private URLs\n\n**Passwords/tokens never go in git**; they are fetched at runtime from **rbw**.\n\n## Notes\n\n- If a module requires authentication or interactive steps, keep those in `auth` files.\n- Secrets should live in **rbw** (never in the repos).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartste%2Fdotfiles-linux","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbartste%2Fdotfiles-linux","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbartste%2Fdotfiles-linux/lists"}