{"id":20540710,"url":"https://github.com/ysdexlic/dotfiles","last_synced_at":"2026-05-09T14:01:58.785Z","repository":{"id":51002477,"uuid":"346391795","full_name":"ysdexlic/dotfiles","owner":"ysdexlic","description":"mine.","archived":false,"fork":false,"pushed_at":"2023-11-15T15:00:55.000Z","size":3490,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-16T05:45:46.548Z","etag":null,"topics":["alacritty","dotfiles","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Lua","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/ysdexlic.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}},"created_at":"2021-03-10T14:56:34.000Z","updated_at":"2023-04-26T08:21:32.000Z","dependencies_parsed_at":"2023-11-15T16:27:11.727Z","dependency_job_id":"9f92ecb1-3da5-42ec-8d6c-17324f0307a1","html_url":"https://github.com/ysdexlic/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ysdexlic/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdexlic%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdexlic%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdexlic%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdexlic%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysdexlic","download_url":"https://codeload.github.com/ysdexlic/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysdexlic%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32821912,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-08T08:22:46.396Z","status":"online","status_checked_at":"2026-05-09T02:00:06.633Z","response_time":123,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["alacritty","dotfiles","tmux","vim"],"created_at":"2024-11-16T01:17:13.943Z","updated_at":"2026-05-09T14:01:58.742Z","avatar_url":"https://github.com/ysdexlic.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n## Requirements\n\nMake sure `zsh` is your default shell, if not, set zsh as your login shell:\n\n```sh\nchsh -s $(which zsh)\n```\n\n# Install\n\n### Run\n\n```sh\n/bin/bash -c \"$(curl -fsSL https://thebeardydeveloper.com/setup)\"\n```\n\nThis script is intended to be run on a Mac, you can see the script at [bin/setup-mac](./bin/setup-mac)\n\nThis installs the necessary CLIs ([git](http://git-scm.com/) \u0026 [homebrew](https://brew.sh/)), will install all the packages specified in the [Brewfile](./Brewfile) and then executes the bootstrap script in [`config/dot/bootstrap/install`](./config/dot/bootstrap/install).\n\n### _OR_\n\nClone onto your machine:\n\n```sh\ngit clone git://github.com/ysdexlic/dotfiles.git ~/dotfiles\n```\n\n(Or, [fork and keep your fork\nupdated](http://robots.thoughtbot.com/keeping-a-github-fork-updated)).\n\nInstall [dot](https://github.com/ysdexlic/dot):\n\n```sh\nbrew install ysdexlic/formulae/dot\n```\n\nInstall the dotfiles with the boostrap flag `-b`:\n\n```sh\nenv DOTRC=$HOME/dotfiles/dotrc dot -b\n```\n\nAfter the initial installation, you can run `dot` without the one-time variable\n`DOTRC` being set (`dot` will symlink the repo's `dotrc` to `~/.dotrc` for\nfuture runs of `dot`).\n\nThis command will create symlinks for config files in your home directory.\nThe [dotrc](./dotrc) file tells dot to:\n\n- Exclude the `README.md` any other files files, which are part of\n  the `dotfiles` repository but do not need to be symlinked in.\n- Give precedence to personal overrides which by default are placed in\n  `~/dotfiles-local`. [See more about local customizations below](#localized-customizations)\n\nIt will also install any dependencies needed (if the `-b` bootstrap flag is\npassed), such as\n[oh-my-zsh](https://github.com/ohmyzsh/ohmyzsh) and\n[starship](https://starship.rs/) before installing the Vim plugins listed in\n[packer.lua](./config/nvim/lua/ysdexlic/packer.lua).\n\n# Zsh Configurations\n\nAdditional zsh configuration can go under the `~/dotfiles-local/zsh/configs` directory. This\nhas two special subdirectories: `pre` for files that must be loaded first, and\n`post` for files that must be loaded last.\n\n# NeoVim configuration\n\nAdditional configurations can be added in `config/nvim/lua/\u003cSOMETHING\u003e` as long as it's 'required' in the `init.lua`.\nPlugin specific configuration can be added in `config/nvim/after/plugin/\u003cPLUGIN_NAME\u003e`.\n\nNeoVim documentation can be seen [here](https://neovim.io/doc/) or by typing `:h` in the nvim command line.\n\n# Localized customizations\n\nWith [dot](https://github.com/ysdexlic/dot) you can have multiple dotfile directories, this means you could have project, machine or user specific overrides.\n\nUsing this dotfile repo, the [dotrc](./dotrc) already specifies an additional dotfile directory (`~/dotfiles-local`) where you can store your personal customizations:\n\n```sh\nmkdir ~/dotfiles-local\n```\n\nIf your customizations are to a file that already exists, e.g. `zshrc` you can use a slightly different file name, i.e. appending `.local` on the end of it and sourcing it (if it exists) from the original `zshrc` as can be seen [here](./zshrc).\n\n## What's in it?\n\nConfigs for:\n\n- [Zsh](https://ohmyz.sh/)\n- [Vim/Neovim](https://neovim.io/)\n- [Tmux](https://github.com/tmux/tmux/wiki)\n- [Git](http://git-scm.com/)\n- [Alacritty terminal](https://github.com/alacritty/alacritty)\n\n## Screenshots\n\n### Vim\n\n![startify.png](assets/startify.png)\n![telescope.png](./assets/telescope.png)\n![nvim-tree.png](./assets/nvim-tree.png)\n\n### Tmux\n\n![tmux.png](./assets/tmux.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysdexlic%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysdexlic%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysdexlic%2Fdotfiles/lists"}