{"id":26940328,"url":"https://github.com/shikr/dotfiles","last_synced_at":"2026-04-10T01:56:44.298Z","repository":{"id":178805591,"uuid":"661469040","full_name":"shikr/dotfiles","owner":"shikr","description":"My config files","archived":false,"fork":false,"pushed_at":"2025-02-05T17:55:54.000Z","size":3372,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T18:56:00.262Z","etag":null,"topics":["kitty","linux","neovim","nvim","rofi","shell","starship","starship-prompt","terminal","zsh"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/shikr.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":"2023-07-02T23:59:47.000Z","updated_at":"2025-02-05T17:55:57.000Z","dependencies_parsed_at":"2023-12-29T01:29:52.422Z","dependency_job_id":"d57c52e0-a5f3-44d2-84b9-f16cadda6964","html_url":"https://github.com/shikr/dotfiles","commit_stats":null,"previous_names":["s4bier/dotfiles","shikr/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikr%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikr%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikr%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shikr%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shikr","download_url":"https://codeload.github.com/shikr/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246837654,"owners_count":20841905,"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":["kitty","linux","neovim","nvim","rofi","shell","starship","starship-prompt","terminal","zsh"],"created_at":"2025-04-02T15:17:57.664Z","updated_at":"2026-04-10T01:56:44.279Z","avatar_url":"https://github.com/shikr.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\r\n  \u003ch1\u003eDotfiles\u003c/h1\u003e\r\n\u003c/div\u003e\r\n\r\n\u003cp align=\"center\"\u003e\r\n  \u003cimg src=\"assets/neovim.png\" width=\"400\"\u003e\r\n  \u003cimg src=\"assets/rofi.png\" width=\"400\"\u003e\r\n  \u003cimg src=\"assets/spotify-player.png\" width=\"400\"\u003e\r\n\u003c/p\u003e\r\n\r\n## Details\r\n\r\n- **Compositor**: [niri](https://github.com/YaLTeR/niri)\r\n- **Bar**: [ags](https://github.com/Aylur/ags)\r\n- **Terminal**: [kitty](https://github.com/kovidgoyal/kitty/)\r\n- **Shell**: [zsh](https://www.zsh.org/)\r\n- **Editor**: [neovim](https://github.com/neovim/neovim)\r\n- **File Manager**: [superfile](https://github.com/yorukot/superfile)\r\n- **Application Launcher**: [rofi](https://github.com/davatorium/rofi)\r\n- **Music Player**: [spotify-player](https://github.com/aome510/spotify-player)\r\n- **Font**: [FiraCode NerdFont](https://www.nerdfonts.com/font-downloads)\r\n\r\n## Setup\r\n\r\n### Required Dependencies\r\n\r\n- [WirePlumber](https://pipewire.pages.freedesktop.org/wireplumber/) and [Playerctl](https://github.com/altdesktop/playerctl) for niri.\r\n- [astal](https://aylur.github.io/astal/), [esbuild](https://esbuild.github.io/) and [accountsservice](https://gitlab.freedesktop.org/accountsservice/accountsservice) for ags.\r\n- [FiraCode NerdFont](https://www.nerdfonts.com/font-downloads), [Inter Font](https://rsms.me/inter/) and [Symbols NerdFont](https://www.nerdfonts.com/font-downloads) for kitty and rofi.\r\n- [ripgrep](https://github.com/BurntSushi/ripgrep#installation), [Node.js](https://nodejs.org/es/download), [Yarn](https://classic.yarnpkg.com/lang/en/docs/install/) and [Rust](https://www.rust-lang.org/tools/install) for neovim.\r\n- [exiftool](https://exiftool.org/) for superfile.\r\n- [oh my zsh](https://ohmyz.sh/) and [fzf](https://github.com/junegunn/fzf) for zsh.\r\n\r\n\u003e Clone this repository\r\n\r\n```sh\r\ngit clone https://github.com/shikr/dotfiles.git\r\ncd dotfiles\r\n```\r\n\r\n\u003e Run installation script\r\n\r\nUsing npx\r\n\r\n```sh\r\n./install.mjs\r\n```\r\n\r\nOr with [pnpm](https://pnpm.io/)\r\n\r\n```sh\r\npnpm install\r\npnpm start\r\n```\r\n\r\n### Customize your installation\r\n\r\nUsage: `./install.mjs [OPTIONS] [...CONFIGS]`\r\n\r\n```\r\nOptions:\r\n  -p, --zsh-plugins      Install zsh plugins. (default: true)\r\n  -S, --symlink          Create symlinks instead of copying files. (default: true)\r\n  -b, --backup           Backup existing files. (default: true)\r\n  -I, --install          Install all configurations. If disabled, the script will only do a dry run. (default: true)\r\n  -B, --scripts          Install provided scripts. (default: true)\r\n  -i, --ignore \u003cCONFIGS\u003e Ignore configurations. (-i zsh,rofi)\r\n                         CONFIGS: zsh, niri, kitty, rofi, spotify_player, nvim, superfile, ags, starship\r\n\r\n  -s, --silent           Suppress output.\r\n  -h, --help             Show this help message.\r\n```\r\n\r\n## Credits\r\n\r\n- [Rofi Theme](https://github.com/adi1090x/rofi)\r\n- [Rofi Background Image](https://www.pixiv.net/artworks/60839445)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikr%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshikr%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshikr%2Fdotfiles/lists"}