{"id":15715909,"url":"https://github.com/constkolesnyak/dotfiles","last_synced_at":"2026-02-19T05:03:20.330Z","repository":{"id":176803776,"uuid":"655607403","full_name":"constkolesnyak/dotfiles","owner":"constkolesnyak","description":"Configs, aliases, functions, etc.","archived":false,"fork":false,"pushed_at":"2025-05-10T17:39:19.000Z","size":3912,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-12T23:54:46.106Z","etag":null,"topics":["aliases","brew","dotfiles","git","macos","stow","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/constkolesnyak.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,"zenodo":null}},"created_at":"2023-06-19T08:37:34.000Z","updated_at":"2025-05-10T17:39:23.000Z","dependencies_parsed_at":"2024-01-03T01:01:18.665Z","dependency_job_id":"deeeb585-95cb-47c9-965a-ac0ab955d6a6","html_url":"https://github.com/constkolesnyak/dotfiles","commit_stats":null,"previous_names":["constkolesnyak/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constkolesnyak%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constkolesnyak%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constkolesnyak%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/constkolesnyak%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/constkolesnyak","download_url":"https://codeload.github.com/constkolesnyak/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253843194,"owners_count":21972871,"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":["aliases","brew","dotfiles","git","macos","stow","zsh"],"created_at":"2024-10-03T21:43:24.519Z","updated_at":"2026-02-19T05:03:20.301Z","avatar_url":"https://github.com/constkolesnyak.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# My Dotfiles\n\n![Screenshot](misc/screenshot.png)\n\n## About\n\n### Built With\n\n| Tool                                                | Description           |\n| --------------------------------------------------- | --------------------- |\n| [GNU Stow](https://www.gnu.org/software/stow/)      | Symlink farm manager  |\n| [Cstow](https://github.com/constkolesnyak/cstow)    | My GNU Stow wrapper   |\n| [Homebrew](https://brew.sh/)                        | Package manager       |\n| [Mas](https://github.com/mas-cli/mas)               | App Store CLI         |\n| [Warp](https://www.warp.dev/)                       | Terminal              |\n| [VS Code](https://code.visualstudio.com/)           | Editor                |\n| [VSCodeVim](https://github.com/VSCodeVim/Vim)       | Vim emulator          |\n| [Neovim](https://neovim.io/)                        | Additional editor     |\n| [Packer](https://github.com/wbthomason/packer.nvim) | Neovim plugin manager |\n| [Zsh](https://www.zsh.org/)                         | Shell                 |\n| [Antidote](https://getantidote.github.io/)          | Zsh plugin manager    |\n| [Starship](https://starship.rs/)                    | Prompt                |\n| [Defaults](https://macos-defaults.com/)             | macOS settings CLI    |\n\n### How It Works\n\n[Cstow](https://github.com/constkolesnyak/cstow)\npasses [dirs and targets](https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow)\nfrom [cstow.toml](cstow.toml) to GNU Stow.\n\n## Installation\n\n### 1) Preparation\n\n1.  Clone the repo.\n\n        gh repo clone constkolesnyak/dotfiles ~/dotfiles\n\n2.  Source aliases and environment variables.\n\n    \u003e Run `where some_alias` to understand aliases before executing them.\n\n        . ~/dotfiles/zsh/.aliases.zsh ~/dotfiles/zsh/.zvars.env\n\n### 2) Brew\n\n1.  Check what apps are missing.\n\n    \u003e Delete the ones you don't need from `Brewfile`.\n\n        brcheck\n\n2.  Install apps.\n\n        brbundle\n\n### 3) Stow\n\n1.  Symlink `.stow-global-ignore`.\n\n        ln -s ~/dotfiles/.stow-global-ignore ~/.stow-global-ignore\n\n2.  [Install](https://github.com/constkolesnyak/cstow#installation)\n    and [configure](https://github.com/constkolesnyak/cstow#configuration)\n    Cstow.\n\n3.  Run Cstow in simulation mode.\n\n        nostow\n\n4.  Run Cstow for real.\n\n        ststow\n\n### 3) Finally\n\n- Source `~/.zshrc`.\n\n      reload\n\n### 4) Additionally\n\n- Install apps listed in [some_cli_apps.txt](misc/some_cli_apps.txt).\n\n- [Sync](https://code.visualstudio.com/docs/editor/settings-sync) VS Code UI state.\n  Unfortunately, it\n  [can't](https://code.visualstudio.com/docs/editor/profiles#_where-is-the-ui-state-globalstatejson-file)\n  be version controlled.\n\n- Add SSH keys for\n  [GitHub](https://docs.github.com/en/authentication/connecting-to-github-with-ssh/adding-a-new-ssh-key-to-your-github-account)\n  and/or\n  [GitLab](https://docs.gitlab.com/ee/user/ssh.html#add-an-ssh-key-to-your-gitlab-account)\n  to `~/.ssh`.\n\n- Sync macOS settings with `defaults` scripts.\n\n  1.  On Mac-1 with desired settings.\n\n          zsh ~/dotfiles/bin/defaults_export.zsh\n\n  2.  Copy directory with settings from Mac-1 to Mac-2.\n\n  3.  On Mac-2.\n\n          xonsh ~/dotfiles/bin/defaults_import.xsh\n\n## Uninstall\n\n    destow\n    /bin/rm -rf ~/dotfiles ~/.stow-global-ignore\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstkolesnyak%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconstkolesnyak%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconstkolesnyak%2Fdotfiles/lists"}