{"id":23071334,"url":"https://github.com/0x4e3/dotfiles","last_synced_at":"2026-01-06T13:30:17.138Z","repository":{"id":176049209,"uuid":"628332284","full_name":"0x4e3/dotfiles","owner":"0x4e3","description":"Bootstrap mac with macos defaults, homebrew, zsh, python and more","archived":false,"fork":false,"pushed_at":"2025-01-26T16:24:13.000Z","size":82,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-26T17:27:09.114Z","etag":null,"topics":["aerospace","dotbot","dotfiles","macos","neovim","python","sketchybar","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/0x4e3.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-04-15T16:07:03.000Z","updated_at":"2025-01-26T16:24:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"68c647d4-f6ee-44df-9870-60dc202b654e","html_url":"https://github.com/0x4e3/dotfiles","commit_stats":null,"previous_names":["0x4e3/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4e3%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4e3%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4e3%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/0x4e3%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/0x4e3","download_url":"https://codeload.github.com/0x4e3/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239736687,"owners_count":19688498,"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":["aerospace","dotbot","dotfiles","macos","neovim","python","sketchybar","zsh"],"created_at":"2024-12-16T07:13:38.755Z","updated_at":"2026-01-06T13:30:17.098Z","avatar_url":"https://github.com/0x4e3.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# lebedev's dotfiles\n\n[![Lint YAML](https://github.com/0x4e3/dotfiles/actions/workflows/lint-yaml.yaml/badge.svg)](https://github.com/0x4e3/dotfiles/actions/workflows/lint-yaml.yaml) \n[![Lint GitHub Actions](https://github.com/0x4e3/dotfiles/actions/workflows/lint-github-actions.yaml/badge.svg)](https://github.com/0x4e3/dotfiles/actions/workflows/lint-github-actions.yaml)  \n\nInspired by:\n* Nikita Sobolev's [dotfiles](https://github.com/sobolevn/dotfiles)\n* Sheharyar Naseer's [dotfiles](https://github.com/sheharyarn/dotfiles/)\n* [Instant +100% command line productivity boost](https://dev.to/sobolevn/instant-100-command-line-productivity-boost)\n* [Using better CLIs](https://dev.to/sobolevn/using-better-clis-6o8)\n\n# Content\n\nWhat do we have here:\n\n* `brew` dependencies: cli \u0026 gui applications, fonts, etc. See [`Brewfile`](./Brewfile) for details\n* tools for `python` development\n* shell configuration. See [`config`](./config/) for details:\n  * [`aerospace`](./config/aerospace/)\n  * [`nvim`](./config/nvim/) (NvChad based)\n  * [`sketchybar`](./config/sketchybar/)\n  * [`skhd`](./config/skhd/)\n  * [`wezterm`](./config/wezterm/)\n\n## Brewfile\n\nThere's a lot of stuff there, so to not to forget something, here is the list of some highlights:\n\n* [`tig`](https://github.com/jonas/tig) - text based ui for git history (read [this](https://habr.com/ru/articles/337644/) or [that](https://jonas.github.io/tig/) to know more)\n* [`k9s`](https://k9scli.io) - \"Kubernetes CLI To Manage Your Clusters In Style\"(c): yet another text based ui, now for kubernetes cluster management\n* [`neovim`](https://neovim.io) - vim based text editor\n* [`glances`](https://github.com/nicolargo/glances) - console system monitor like `top` and `htop` but with reach set of plugins; [`bashtop`](https://github.com/aristocratos/bashtop) can be a good alternative\n* [`httpie`](https://httpie.io/docs/cli/main-features) - `curl` and `wget` replacements with more simple cli and syntax highlighting\n* [`thefuck`](https://github.com/nvbn/thefuck) - don't let you to give a single fuck\n* [`exa`](https://github.com/ogham/exa) - a modern replacement for the venerable file-listing command-line tool `ls`\n* [`fzf`](https://github.com/junegunn/fzf) - command line fuzzy finder\n* [`bat`](https://github.com/sharkdp/bat) - `cat` clone with the wings: alternative to the `cat` with syntax highlighting and git integration\n\n## Python\n\n* [`pyenv`](https://github.com/pyenv/pyenv) - `Python` version manager\n* [`poetry`](https://python-poetry.org/docs/) - a tool for dependency management and packaging in `Python`\n\n## Shell\n\n* `zsh`\n* [`oh-my-zsh`](http://ohmyz.sh/) - an open source, community-driven framework for managing zsh configuration\n* [`starship`](https://starship.rs/) - \"The minimal, blazing-fast, and infinitely customizable prompt for any shell\"(c)\n\n## iTerm2\n\n* sync settings via git\n* configure application to use settings from dotfiles repo\n\n## macOS defaults\n\n* [my collection](https://0x4e3.notion.site/macOS-defaults-640120bb910940039f87475408d8450a?pvs=4)\n\n# Getting started\n\n### 1. Install Xcode developer tools\n\n```bash\nxcode-select --install\n\n# Set HostName\nsudo scutil --set HostName adBook\n```\n\n### 2. Clone dotfiles\n\n```bash\ngit clone https://github.com/0x4e3/dotfiles.git ~/.dotfiles\n```\n\n### 3. Run bootstrap script\n\n```bash\ncd ~/.dotfiles \u0026\u0026 bash bootstrap.sh\n```\n\n# License\n\n[WTFPL](./LICENSE): do the fuck you want. Enjoy!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4e3%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F0x4e3%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F0x4e3%2Fdotfiles/lists"}