{"id":15405214,"url":"https://github.com/fnando/dotfiles","last_synced_at":"2025-09-11T13:32:28.627Z","repository":{"id":65733999,"uuid":"1684691","full_name":"fnando/dotfiles","owner":"fnando","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2024-07-02T16:52:01.000Z","size":1313,"stargazers_count":89,"open_issues_count":0,"forks_count":31,"subscribers_count":9,"default_branch":"main","last_synced_at":"2024-10-19T14:39:39.803Z","etag":null,"topics":["dotfiles","shell","zsh"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/fnando.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2011-04-30T13:13:20.000Z","updated_at":"2024-07-30T15:58:00.000Z","dependencies_parsed_at":"2023-02-18T04:30:37.924Z","dependency_job_id":"3e244557-d610-406e-aaaa-9e2982cec672","html_url":"https://github.com/fnando/dotfiles","commit_stats":{"total_commits":333,"total_committers":3,"mean_commits":111.0,"dds":0.3423423423423423,"last_synced_commit":"b7eac1c3d5d686fbf1b2950ab9e7ffe0e1d6826f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fnando%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fnando","download_url":"https://codeload.github.com/fnando/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":232651778,"owners_count":18556043,"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":["dotfiles","shell","zsh"],"created_at":"2024-10-01T16:15:26.750Z","updated_at":"2025-01-05T23:20:28.160Z","avatar_url":"https://github.com/fnando.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\n![Screenshot of my terminal](https://github.com/fnando/dotfiles/blob/main/terminal.png)\n\nWelcome to my dotfiles! It features:\n\n- Light theme\n- ZSH configuration\n- [mise](https://mise.jdx.dev/) as runtime manager\n\n## Requirements\n\n### Install dependencies\n\nOn macOS:\n\n```bash\nbrew install stow git zsh starship jq fnando/tap/ll fnando/tap/op-env\nbrew install iterm2 --cask\n```\n\n### Install ZSH\n\nMake it available:\n\n```bash\ngrep -q -f $(which zsh) /etc/shells || echo $(which zsh) | sudo tee -a /etc/shells\n```\n\nFinally, set it as the default shell:\n\n```bash\nchsh -s $(which zsh)\n```\n\nOn macOS you may want to disable the line that sets the `PATH` on\n`/etc/zprofile`.\n\n### Install Dotfiles\n\n1. Clone https://github.com/fnando/dotfiles somewhere, like `~/.dotfiles`.\n2. Go to `~/.dotfiles` then run `./install`.\n3. Now run `stow fnando -t $HOME` to symlink all config files.\n4. Restart your terminal.\n\nHow it works: most of the configuration is managed by\n[stow](https://www.gnu.org/software/stow/), which symlinks files to the right\nplaces. That means you can easily add or remove configurations by adding or\nchanging files on the `~/.dotfiles` directory. Then you can commit and push\nthese changes to your own repo.\n\n### Install Nerd Fonts\n\nInstall a [Nerd Font](https://github.com/ryanoasis/nerd-fonts) and activate it\non your terminal profile. I personally like\n[JetBrains Mono](https://www.jetbrains.com/lp/mono/)'s variant.\n\n## License\n\nCopyright (c) 2014 Nando Vieira\n\nMIT License\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffnando%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffnando%2Fdotfiles/lists"}