{"id":21630520,"url":"https://github.com/belsrc/.dotfiles","last_synced_at":"2026-04-05T22:35:33.814Z","repository":{"id":246727332,"uuid":"813245560","full_name":"belsrc/.dotfiles","owner":"belsrc","description":null,"archived":false,"fork":false,"pushed_at":"2026-04-01T18:07:51.000Z","size":168,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-02T05:26:02.404Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/belsrc.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2024-06-10T18:50:15.000Z","updated_at":"2026-04-01T18:07:55.000Z","dependencies_parsed_at":"2024-07-24T02:31:53.099Z","dependency_job_id":"b85db491-f1b0-4c2b-93ab-2328ce1bb55e","html_url":"https://github.com/belsrc/.dotfiles","commit_stats":null,"previous_names":["belsrc/.dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/belsrc/.dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belsrc%2F.dotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belsrc%2F.dotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belsrc%2F.dotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belsrc%2F.dotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/belsrc","download_url":"https://codeload.github.com/belsrc/.dotfiles/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/belsrc%2F.dotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2024-11-25T02:11:18.378Z","updated_at":"2026-04-05T22:35:33.789Z","avatar_url":"https://github.com/belsrc.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# .dotfiles\n\nUsual dotfile repo that everyone seems to have.\nI switch between Windows and Mac, so the script is aimed towards Mac and Window Subsystem (Manjaro).\n\n_Fair warning: There might be kinks_\n\n## Install\n\n```bash\ngit clone https://github.com/belsrc/.dotfiles.git ~/.dotfiles\n. ~/.dotfiles/setup.sh\n```\n\n## Images\n\n#### Powerlevel10k\n\n![Terminal one](https://belsrc.github.io/gist-images/terminal/term-1.png)\n\n#### `**Tab` and `**ctrl+t` (fzf + bat + eza)\n\n![Terminal two](https://belsrc.github.io/gist-images/terminal/term-2.png)\n\n![Terminal three](https://belsrc.github.io/gist-images/terminal/term-3.png)\n\n![Terminal four](https://belsrc.github.io/gist-images/terminal/term-4.png)\n\n#### ls (eza)\n\n![ls Output](https://belsrc.github.io/gist-images/terminal/ls.png)\n\n#### git diff (delta)\n\n![Git diff](https://belsrc.github.io/gist-images/terminal/git-diff.png)\n\n#### lazygit\n\n![lazygit](https://belsrc.github.io/gist-images/terminal/lazygit2.png)\n\n![Install script](https://belsrc.github.io/gist-images/terminal/nix-install.png)\n\n## Languages Installed\n\n- lua\n- zig\n- go\n- rust\n- python\n\n## Applications Installed\n\n- git\n- cmake\n- zsh\n- xclip\n- unzip\n- [stow](https://www.gnu.org/software/stow/) (dotfile management)\n- [bat](https://github.com/sharkdp/bat) (better `cat`)\n- [bottom](https://github.com/ClementTsang/bottom) (better `top`)\n- [eza](https://github.com/eza-community/eza) (better `ls`)\n- [fzf](https://github.com/junegunn/fzf) (CLI fuzzy finder)\n- [git-delta](https://github.com/dandavison/delta) (better `git diff`)\n- [hyperfine](https://github.com/sharkdp/hyperfine) (Terminal benchmarking)\n- [just](https://github.com/casey/just) (better `make`)\n- [lazygit](https://github.com/jesseduffield/lazygit) (better git interface)\n- [neovim](https://neovim.io/) (the best editor)\n- [procs](https://github.com/dalance/procs) (better `ps`)\n- [ripgrep](https://github.com/BurntSushi/ripgrep) (better `grep`)\n- [sd](https://github.com/chmln/sd) (better `sed`)\n- [tokei](https://github.com/XAMPPRocky/tokei) (Code line counter)\n- [tealdeer](https://github.com/tealdeer-rs/tealdeer) (Rust version of [TLDR](https://github.com/tldr-pages/tldr))\n- [thefuck](https://github.com/nvbn/thefuck) (WTF was that command?)\n- [yazi](https://yazi-rs.github.io/) (terminal file manager)\n- [zoxide](https://github.com/ajeetdsouza/zoxide) (better `cd`)\n- [jiratui](https://github.com/whyisdifficult/jiratui) (Jira TUI, will need to set [config](https://github.com/whyisdifficult/jiratui?tab=readme-ov-file#settings))\n- [github cli](https://github.com/cli/cli) + [dash](https://github.com/dlvhdr/gh-dash)\n\n## GUI Applications Installed\n\n- [kitty terminal](https://sw.kovidgoyal.net/kitty/)\n- visual-studio-code\n- arc\n- slack\n- qobuz\n- spotify\n\nAdditionally, this installs my [Neovim setup](https://github.com/belsrc/belstart.nvim).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelsrc%2F.dotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbelsrc%2F.dotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbelsrc%2F.dotfiles/lists"}