{"id":28487467,"url":"https://github.com/flydiverny/dotfiles","last_synced_at":"2026-05-03T21:31:22.423Z","repository":{"id":82108518,"uuid":"136819616","full_name":"Flydiverny/dotfiles","owner":"Flydiverny","description":"dotfiles!","archived":false,"fork":false,"pushed_at":"2025-11-26T23:31:02.000Z","size":65367,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"fish","last_synced_at":"2025-11-29T18:14:21.597Z","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":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Flydiverny.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["caarlos0"]}},"created_at":"2018-06-10T15:14:13.000Z","updated_at":"2025-11-26T23:31:05.000Z","dependencies_parsed_at":"2023-03-09T20:00:22.541Z","dependency_job_id":null,"html_url":"https://github.com/Flydiverny/dotfiles","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/Flydiverny/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flydiverny%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flydiverny%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flydiverny%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flydiverny%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Flydiverny","download_url":"https://codeload.github.com/Flydiverny/dotfiles/tar.gz/refs/heads/fish","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Flydiverny%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32586186,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-03T06:36:36.687Z","status":"ssl_error","status_checked_at":"2026-05-03T06:36:09.306Z","response_time":103,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["dotfiles","shell","zsh"],"created_at":"2025-06-08T04:31:41.214Z","updated_at":"2026-05-03T21:31:22.418Z","avatar_url":"https://github.com/Flydiverny.png","language":"Shell","funding_links":["https://github.com/sponsors/caarlos0"],"categories":[],"sub_categories":[],"readme":"Once upon a time it all started from my [caarlos0's dotfiles](https://github.com/caarlos0/dotfiles), and taken inspiration from many of his generations. First zsh, then fish, and now still fish.\n\n---\n\nThis below is probably all wrong at this point but anyway\n\n## Installation\n\n### Dependencies\n\nFirst, make sure you have all those things installed:\n\n- `git`: to clone the repo\n- `curl`: to download some stuff\n- `tar`: to extract downloaded stuff\n- `fish`: the shell\n- `sudo`: some configs may need that\n\n### Install\n\nThen, run these steps:\n\n```console\n$ git clone https://github.com/caarlos0/dotfiles.fish.git ~/.dotfiles\n$ cd ~/.dotfiles\n$ ./script/bootstrap.fish\n```\n\n\u003e All changed files will be backed up with a `.backup` suffix.\n\n#### Update\n\nTo update, you just need to `git pull` and run the bootstrap script again:\n\n```console\n$ cd ~/.dotfiles\n$ git pull origin master\n$ ./script/bootstrap.fish\n```\n\n## Revert\n\nReverting is not totally automated, but it pretty much consists in removing\nthe fish config and dotfiles folder, as well as moving back some config files.\n\n```console\n$ rm -rf ~/.dotfiles $__fish_config_dir\n```\n\nThe bootstrap script would have created a bunch of symlinks that will now be broken.\nYou will have to investigate those manually.\nIn cases a file already existed, the boostrap script should have created a `.backup` file with the same name.\n\n## Recommended Software\n\n- [`bat`](https://github.com/sharkdp/bat) a cat(1) clone with wings;\n- [`delta`](https://github.com/dandavison/delta) for better git diffs;\n- [`fd`](https://github.com/sharkdp/fd) a simple, fast and user-friendly alternative to `find`;\n- [`fzf`](https://github.com/junegunn/fzf) for a fuzzy-finder;\n- [`gh`](https://github.com/cli/cli) for more GitHub integration with the terminal;\n- [`grc`](https://github.com/garabik/grc) to colorize command's outputs;\n- [`kubectx`](https://github.com/ahmetb/kubectx) for better Kubernetes context and namespace switch;\n- [`starship.rs`](https://starship.rs) the shell we are using;\n\nTo install them all with `brew`:\n\n```console\n$ brew install fish git-delta fzf gh grc kubectx starship fd eza bat\n```\n\nOn Ubuntu:\n\n```console\nsh -c \"$(curl -fsSL https://starship.rs/install.sh)\"\nsudo apt install fish grc fzf fd-find eza bat\n# TODO: install delta, kubectx\n```\n\n## macOS defaults\n\nYou use it by running:\n\n```console\n~/.dotfiles/macos/set-defaults.sh\n```\n\nAnd logging out and in again or restart.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflydiverny%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fflydiverny%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fflydiverny%2Fdotfiles/lists"}