{"id":32561403,"url":"https://github.com/thatmlopsguy/dotfiles","last_synced_at":"2025-10-29T01:50:22.619Z","repository":{"id":319911545,"uuid":"799983056","full_name":"thatmlopsguy/dotfiles","owner":"thatmlopsguy","description":"My dotfiles","archived":false,"fork":false,"pushed_at":"2025-10-20T20:45:49.000Z","size":421,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-20T22:32:00.695Z","etag":null,"topics":["dotfiles"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/thatmlopsguy.png","metadata":{"files":{"readme":"README.md","changelog":"newsboat/.config/newsboat/colors","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-05-13T13:32:18.000Z","updated_at":"2024-12-14T14:13:42.000Z","dependencies_parsed_at":"2025-10-20T22:32:08.276Z","dependency_job_id":null,"html_url":"https://github.com/thatmlopsguy/dotfiles","commit_stats":null,"previous_names":["thatmlopsguy/dotfiles"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/thatmlopsguy/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thatmlopsguy","download_url":"https://codeload.github.com/thatmlopsguy/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thatmlopsguy%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281544227,"owners_count":26519553,"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","status":"online","status_checked_at":"2025-10-28T02:00:06.022Z","response_time":60,"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":["dotfiles"],"created_at":"2025-10-29T01:50:00.454Z","updated_at":"2025-10-29T01:50:22.611Z","avatar_url":"https://github.com/thatmlopsguy.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nMy dotfiles and a list of software I use.\n\nThese are for my use mainly for setting up/backing up different computers.\n\nTake anything you want, but at your own risk.\n\n## How to install\n\nThe dotfiles are managed by `gnu stow`. Install [git](https://git-scm.com/) and [gnu stow](https://www.gnu.org/software/stow/).\n\nClone repo to a new machine\n\n```bash\ngit clone --recurse-submodules https://github.com/thatmlopsguy/dotfiles.git ~/.dotfiles\n```\n\nRun `bootstrap.sh` to symlink all the config with `stow`.\n\n```bash\nexport DOTFILES=~/.dotfiles\ncd $DOTFILES\n./bootstrap.sh\n```\n\n## Requirements\n\nSet zsh as your login shell:\n\n```sh\nchsh -s $(which zsh)\n```\n\nA [Nerd Font](https://www.nerdfonts.com/) installed and enabled in your terminal (for example, try the FiraCode Nerd Font).\n\nVisit `https://webinstall.dev/nerdfont` and follow the instructions to install the Nerd Font.\n\n## Utilities\n\nThis is a long list, so here is a table of content with tl;dr summaries:\n\n- [starship](https://starship.rs/) - great cross shell prompt that requires no setup\n- [fzf](https://github.com/junegunn/fzf) - general-purpose fuzzy search\n- [lf](https://github.com/gokcehan/lf) - terminal file manager\n- [yazi](https://github.com/sxyazi/yazi) - terminal file manager\n- [tokei](https://github.com/XAMPPRocky/tokei) - count your code, quickly (replacement for cloc).\n- [procs](https://github.com/dalance/procs) - modern replacement for ps written in Rust\n- [tealdeer](https://github.com/dbrgn/tealdeer) - fast implementation of tldr in Rust\n- [fd](https://github.com/sharkdp/fd)- like find but better\n- [dust](https://github.com/bootandy/dust) - more intuitive version of du in rust\n- [duf](https://github.com/muesli/duf) - a better 'df' alternative\n- [lsd](https://github.com/lsd-rs/lsd) - next gen ls command\n- [git delta](https://github.com/dandavison/delta) - diff viewer with syntax highlighting\n- [ripgrep (rg)](https://github.com/BurntSushi/ripgrep) - like grep but better\n- [sshs](https://github.com/quantumsheep/sshs) - terminal user interface for SSH\n- [sd](https://github.com/chmln/sd) - intuitive find \u0026 replace CLI (sed alternative)\n- [yq](https://github.com/kislyuk/yq) - command-line YAML, XML, TOML processor\n- [jqp](https://github.com/noahgorstein/jqp) - TUI playground to experiment with jq\n- [dog](https://github.com/ogham/dog) - command-line DNS client\n- [hey](https://github.com/rakyll/hey) - HTTP load generator\n\n### package manager\n\n- [asdf](https://asdf-vm.com/) - multiple Runtime Version Manager\n- [homebrew](https://brew.sh/)\n- [devbox](https://www.jetify.com/devbox) - package manager using Nix\n\n### system monitoring tools\n\n- [fastfetch](https://github.com/fastfetch-cli/fastfetch) - neofetch like system information tool\n- [htop](https://htop.dev/)\n- [btop](https://github.com/aristocratos/btop)\n- [nvitop](https://github.com/XuehaiPan/nvitop) - interactive NVIDIA-GPU process viewer\n- [ctop](https://github.com/bcicen/ctop) and [lazydocker](https://github.com/jesseduffield/lazydocker) for Docker\n- [ncdu](https://dev.yorhel.nl/ncdu) - disk usage analyzer\n- [bottom](https://github.com/ClementTsang/bottom)\n\n### Kubernetes\n\n- [k9s](https://k9scli.io/)\n- [krew](https://github.com/kubernetes-sigs/krew/)\n- [kubectx](https://github.com/ahmetb/kubectx)\n\n### Azure\n\n- [azure cli](https://github.com/Azure/azure-cli)\n- [azure Storage Explorer](https://github.com/microsoft/AzureStorageExplorer)\n\n### AWS\n\n- [aws cli](https://github.com/aws/aws-cli)\n- [eksctl](https://eksctl.io/)\n- [eks-node-viewer](https://github.com/awslabs/eks-node-viewer)\n\n### GUI programs\n\n- [mRemoteNG (Windows)](https://mremoteng.org/) - next generation of mRemote, open source, tabbed, multi-protocol, remote connections manager\n- [DBeaver](https://dbeaver.io/) - Free universal database tool and SQL client\n\n## References\n\nArticles and other links that helped me create these dotfiles:\n\n- [andrenbrandao/dotfiles](https://github.com/andrenbrandao/dotfiles/)\n- [victory-sokolov/dotfiles](https://github.com/victory-sokolov/dotfiles)\n- [rust utilities](https://rustutils.com/)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmlopsguy%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthatmlopsguy%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthatmlopsguy%2Fdotfiles/lists"}