{"id":21411588,"url":"https://github.com/flandrade/dotfiles","last_synced_at":"2026-05-11T09:26:49.434Z","repository":{"id":83193417,"uuid":"78985253","full_name":"flandrade/dotfiles","owner":"flandrade","description":"My dotfiles 💻 with Stow ","archived":false,"fork":false,"pushed_at":"2024-12-03T09:37:59.000Z","size":40,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-23T05:13:01.253Z","etag":null,"topics":["dotfiles","git-config","macos","prezto","stow","zshrc"],"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/flandrade.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":"2017-01-15T01:43:48.000Z","updated_at":"2024-12-03T09:38:04.000Z","dependencies_parsed_at":"2025-01-23T05:09:37.520Z","dependency_job_id":"b2453d28-3499-4799-b5b6-daacb45605c0","html_url":"https://github.com/flandrade/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flandrade%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flandrade%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flandrade%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/flandrade%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/flandrade","download_url":"https://codeload.github.com/flandrade/dotfiles/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243910821,"owners_count":20367545,"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","git-config","macos","prezto","stow","zshrc"],"created_at":"2024-11-22T17:46:54.191Z","updated_at":"2026-05-11T09:26:49.387Z","avatar_url":"https://github.com/flandrade.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"```\n          ██            ██     ████ ██  ██\n         ░██           ░██    ░██░ ░░  ░██\n         ░██  ██████  ██████ ██████ ██ ░██  █████   ██████\n      ██████ ██░░░░██░░░██░ ░░░██░ ░██ ░██ ██░░░██ ██░░░░\n     ██░░░██░██   ░██  ░██    ░██  ░██ ░██░███████░░█████\n    ░██  ░██░██   ░██  ░██    ░██  ░██ ░██░██░░░░  ░░░░░██\n██  ░░██████░░██████   ░░██   ░██  ░██ ███░░██████ ██████\n     ░░░░░░  ░░░░░░     ░░    ░░   ░░ ░░░  ░░░░░░ ░░░░░░\n```\n\n# Dotfiles\n\nMy set of configuration files. These opinionated dotfiles are managed with\n[Stow](https://www.gnu.org/software/stow/).\n\nThese dotfiles has configurations for zsh and prezto with custom\nPowerlevel10k theme, vim, tmux, git with diff-so-fancy, etc.\n\nThis repo doesn't bootstrap Mac OS.\n\n## Install Stow\n\n```\nbrew install stow\nstow \u003cdir\u003e\n```\n\n## Dotfiles Usage\n\nBy default, stow will create symlinks for files in the parent directory of\nwhere you execute the command. This dotfiles setup assumes the repo is\nlocated in the root of your home directory `~/dotfiles`. and all stow\ncommands should be executed in that directory.\n\n**NOTE:** Stow can only create a symlink if a config file does not exist,\nso you must delete it first before you can install a new one with Stow.\n\nFetch dotfiles from github:\n\n```\ngit clone https://github.com/flandrade/dotfiles ~/dotfiles\n```\n\nYou can manually install each package:\n\n```\nstow vim\n```\n\nor automatic install everything:\n\n```sh\nfor d in $(ls -d */ | cut -f1 -d '/');\ndo\n    ( stow \"$d\"  )\ndone\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflandrade%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflandrade%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflandrade%2Fdotfiles/lists"}