{"id":13898761,"url":"https://github.com/rkiyanchuk/dotfiles","last_synced_at":"2025-07-17T16:30:48.852Z","repository":{"id":12450502,"uuid":"15110774","full_name":"rkiyanchuk/dotfiles","owner":"rkiyanchuk","description":"Arch Linux configuration dotfiles.","archived":false,"fork":false,"pushed_at":"2025-06-21T20:52:09.000Z","size":9014,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-21T21:32:22.821Z","etag":null,"topics":["config","dotfiles","linux"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/rkiyanchuk.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":"2013-12-11T15:20:13.000Z","updated_at":"2025-06-21T20:52:13.000Z","dependencies_parsed_at":"2024-01-28T00:51:35.303Z","dependency_job_id":"5d6323cf-221c-4099-973a-c383630d3b45","html_url":"https://github.com/rkiyanchuk/dotfiles","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/rkiyanchuk/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkiyanchuk%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkiyanchuk%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkiyanchuk%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkiyanchuk%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkiyanchuk","download_url":"https://codeload.github.com/rkiyanchuk/dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkiyanchuk%2Fdotfiles/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265629847,"owners_count":23801477,"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":["config","dotfiles","linux"],"created_at":"2024-08-06T18:04:26.657Z","updated_at":"2025-07-17T16:30:48.846Z","avatar_url":"https://github.com/rkiyanchuk.png","language":"Vim Script","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Dotfiles\n\n[Dotfiles](https://wiki.archlinux.org/index.php/Dotfiles) are custom\nconfiguration files used to maintain user preferred settings across the\noperating system. Thanks to version control systems\n(like [Git](http://git-scm.com/)) and repository hosting services\n(like [GitHub](https://dotfiles.github.io)) *dotfiles* are now easy to maintain\nas well as share with others.\n\nLooking at someone else's *dotfiles* helps to discover new configurations and\ntweaks of commonly used software to increase productivity and comfort.\n\nThe *dotfiles* repository contains directories with configuration files. Each\ndirectory corresponds to a *\"package\"* for convenience. For instance, all\nNeovim related configuration files are stored in `neovim` *\"package\"* (directory).\n\nGNU [Stow](https://www.gnu.org/software/stow/) is used to install the packages.\n\n\u003e GNU Stow is a symlink farm manager which takes distinct packages of software\n\u003e and/or data located in separate directories on the file system, and makes\n\u003e them appear to be installed in the same place.\n\n## Setup\n\nInstall Homebrew:\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n```\n\nClone dotfiles repository:\n\n```bash\ngit clone http://github.com/rkiyanchuk/dotfiles \u0026\u0026 cd dotfiles\n```\n\nInstall dependencies in Brewfile:\n\n```sh\nbrew bundle install\n```\n\nRun `stow` with dotfiles bundle you want to use:\n\n```bash\nstow -t ~ {bundle}\n```\n\nwhere `{bundle}` is a bundle to install (e.g. `bash` or `vim`).\n\nInstall dotfiles:\n\n```sh\nstow --dotfiles -t ~ -Svv fish git neovim gnupg tmux sage\n```\n\nConfigure Fish shell:\n\n```sh\necho $(which fish) | sudo tee -a /etc/shells\nchsh -s $(which fish)\n```\n\nInstall `fisher` plugin manager for Fish:\n\n```sh\ncurl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source \u0026\u0026 fisher install jorgebucaran/fisher\n```\n\nInstall `pynvim` for neovim:\n\n```sh\npip3 install pynvim\n```\n\nConfigure tmux.\n\nInstall tmux plugin manager:\n\n```sh\ngit clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm\n```\n\nFix tmux terminfo.\n\n```sh\ncurl -LO https://invisible-island.net/datafiles/current/terminfo.src.gz \u0026\u0026 gunzip terminfo.src.gz\n/usr/bin/tic -xe tmux-256color terminfo.src\n```\n\nEnable key repeat:\n\n```sh\ndefaults write -g ApplePressAndHoldEnabled -bool false\n```\n\n### Caveats\n\n* Podman, fix to run x86 images: https://github.com/containers/podman/discussions/12899\n\n### Additional software\n\n* [Rectangle Pro](https://rectangleapp.com/)\n* [Monitor Control](https://monitorcontrol.app)\n* [iState Menus](https://bjango.com/mac/istatmenus/)\n* [Bartender](https://www.macbartender.com/)\n* [CleanShot](https://cleanshot.com/)\n* [Little Snitch](https://www.obdev.at/products/littlesnitch/index.html)\n\n* TheIne\n* Obinskit\n* NoteBurner\n* LogiOoptions+\n* Kindle\n* Final Cut Pro\n\n* Affinity Photo\n* Affinity Designer\n* Affinity Publisher\n* Adobe Acrobat\n* NoteBurner\n* XCode\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkiyanchuk%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkiyanchuk%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkiyanchuk%2Fdotfiles/lists"}