{"id":21024705,"url":"https://github.com/fitzy1321/dotfiles","last_synced_at":"2026-02-04T22:36:12.779Z","repository":{"id":46075624,"uuid":"271151825","full_name":"fitzy1321/dotfiles","owner":"fitzy1321","description":"Fitzy's Dotfile Repo for Pop!_OS and macOS","archived":false,"fork":false,"pushed_at":"2025-09-06T21:14:26.000Z","size":34932,"stargazers_count":5,"open_issues_count":1,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-02T22:53:02.668Z","etag":null,"topics":["alacritty","dotfiles","dotfiles-linux","fish-shell","gnu-stow","gnustow","homebrew","kitty","linux","linux-dotfiles","macos","macos-dotfiles","pop-os","starship","stow"],"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/fitzy1321.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":"2020-06-10T01:56:44.000Z","updated_at":"2025-09-06T21:14:29.000Z","dependencies_parsed_at":"2024-04-09T02:24:11.298Z","dependency_job_id":"8610e110-66b0-42db-b992-b81e7e413a18","html_url":"https://github.com/fitzy1321/dotfiles","commit_stats":null,"previous_names":["fitzy1321/dotfiles"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/fitzy1321/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzy1321%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzy1321%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzy1321%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzy1321%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fitzy1321","download_url":"https://codeload.github.com/fitzy1321/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fitzy1321%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29098239,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T21:05:08.033Z","status":"ssl_error","status_checked_at":"2026-02-04T21:04:53.031Z","response_time":62,"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":["alacritty","dotfiles","dotfiles-linux","fish-shell","gnu-stow","gnustow","homebrew","kitty","linux","linux-dotfiles","macos","macos-dotfiles","pop-os","starship","stow"],"created_at":"2024-11-19T11:28:14.910Z","updated_at":"2026-02-04T22:36:12.761Z","avatar_url":"https://github.com/fitzy1321.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fitzy's Dotfiles and config files\n\nMy various config files, fonts, icons, and other things I need across systems.\n\n![Terminal Image](/assets/terminal.png \"My terminal image\")\n\nMy setup and tools:\n\n- Terminal: [Kitty](https://github.com/kovidgoyal/kitty), previously [Alacritty](https://github.com/alacritty/alacritty)\n- Prompt: [Starship](https://starship.rs/)\n- Shell: [Fish](https://fishshell.com/)\n- Text Editors: [VS Code](https://code.visualstudio.com/) and [Neovim](https://github.com/neovim/neovim)\n- Fonts: [Nerd Fonts](https://www.nerdfonts.com/) (FiraCode and Hack)\n- Dotfiles Management: [GNU Stow](https://www.gnu.org/software/stow/)\n\n## Branches\n\nYou must switch branch for your respective OS.\n\n`main` is for Linux and MacOS, mainly Pop!_OS/Ubuntu/macOS. Anything with apt or homebrew.\n\n`windows` is for windows.\n\n## Installation\n\nClone this repo and run these commands to create my dev workflow. My recommendation is clone this repo into `$HOME/.dotfiles` like this\n\n```git clone \u003cthis repo\u003e .dotfiles```\n\n```shell\n#linux\napt install -y stow\n\ncd $HOME/.dotfiles\nstow .\n```\n\n```sh\n# macOS Specific installation\n\n# install xcode cli tools: need git installed\nxcode-select --install\n\n# clone repo to dotfiles dir\ngit clone git@github.com:fitzy1321/dotfiles.git $HOME/.dotfiles\n\n# Move into dotfiles dir\ncd $HOME/.dotfiles\n\n# install homebrew\n/usr/bin/ruby -e \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)\"\n\n# install packages from brewfile\nbrew update \u0026\u0026 brew bundle install --no-lock --file {{root_dir}}/Brewfile\n\n# use gnu stow to manage symlinks for dotfiles\n# must be in $HOME/.dotfiles directory\nstow .\n\n# change shell to fish\n# For mac, add fish path to `/etc/shells` file.\nchsh -s $(which fish)\n\n# install uv for python. make sure you have python and pip first\n\n# for macos\ncurl -LsSf https://astral.sh/uv/install.sh | sh\n# or\npipx install uv\n```\n\n## ASDF\n\nLet's try out asdf\n\nDo not activate / use while `mise` is active in your shell.\nI'm not sure what exactly would happen, but I imagine having 2 shell package managers active would cause all sorts of problems.\n\nJust comment out one or the other lines in `\u003crepo\u003e/.config/fish/config.fish`\n\n\u003chttps://asdf-vm.com/guide/getting-started.html/\u003e\n\n```sh\ngit clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.14.0\n\n# add to fish/config.fish\nsource ~/.asdf/asdf.fish\n# close file\n\n# fish shell completions\nmkdir -p ~/.config/fish/completions; and ln -s ~/.asdf/completions/asdf.fish ~/.config/fish/completions\n\n# add nodejs plugin\nasdf plugin add nodejs https://github.com/asdf-vm/asdf-nodejs.git\n\n# install a version\nasdf install nodejs latest\n```\n\n## Mise\n\nDo not activate / use while `asdf` is active in your shell.\nI'm not sure what exactly would happen, but I imagine having 2 shell package managers active would cause all sorts of problems.\n\nJust comment out one or the other lines in `\u003crepo\u003e/.config/fish/config.fish`\n\n\u003chttps://mise.jdx.dev/getting-started.html/\u003e\n\n```sh\ncurl https://mise.run | sh\n\nmise activate fish | source\n\nmise use --global node\n\n## need `usage` to use shell completions\nmise use -g usage\n# or\ncargo install usage-cli\n# or\nbrew install usage\n```\n\n```fish\n# add this to shell config file\ntype -q mise; and mise activate fish | source\n```\n\n## Troubleshooting\n\n### Alacritty\n\nYou might need to make a symlink to your fish install like this:\n\n```sh\nln -s \u003ccurrent_fish_locaation\u003e /usr/local/bin/fish\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzy1321%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffitzy1321%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffitzy1321%2Fdotfiles/lists"}