{"id":35324407,"url":"https://github.com/jirateep12z/dotfiles","last_synced_at":"2026-04-07T20:31:25.751Z","repository":{"id":325199344,"uuid":"1097035453","full_name":"jirateep12z/dotfiles","owner":"jirateep12z","description":"My personal dotfiles for a faster, smoother dev workflow. Tweak, borrow, or get inspired—use at your own risk!","archived":false,"fork":false,"pushed_at":"2026-03-23T02:50:30.000Z","size":227,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-23T22:57:35.758Z","etag":null,"topics":["configuration","customization","dotfiles","fish","neovim","productivity","shell","terminal","workflow"],"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/jirateep12z.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-15T12:18:56.000Z","updated_at":"2026-03-23T02:50:34.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/jirateep12z/dotfiles","commit_stats":null,"previous_names":["jirateep12z/dotfiles"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jirateep12z/dotfiles","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirateep12z%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirateep12z%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirateep12z%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirateep12z%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jirateep12z","download_url":"https://codeload.github.com/jirateep12z/dotfiles/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jirateep12z%2Fdotfiles/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31528270,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-07T16:28:08.000Z","status":"ssl_error","status_checked_at":"2026-04-07T16:28:06.951Z","response_time":105,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":["configuration","customization","dotfiles","fish","neovim","productivity","shell","terminal","workflow"],"created_at":"2025-12-31T01:04:43.152Z","updated_at":"2026-04-07T20:31:25.739Z","avatar_url":"https://github.com/jirateep12z.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dotfiles\n\nHey there 👋 These are the dotfiles I use every day to make my work life easier. I'm always tinkering with them and finding cool new tricks to speed things up. While these tools are my personal favorites, I thought I'd share them with you - who knows, you might find some hidden gems in here too. Feel free to poke around and borrow any ideas that catch your eye. And hey, if you've got any awesome tips of your own, I'd love to hear them.\n\n\u003e **⚠️ Warning**: Don't blindly use my settings unless you know what that entails. Use at your own risk!\n\n![terminal-standby](./uploads/terminal-standby.png)\n\n## 🚀 Quick Start\n\n### macOS / Linux\n\n```bash\n# 1. Check if Git is installed\ngit --version\n\n# 2. If Git is not installed, install Homebrew first\n/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"\n\n# 3. Install Git\nbrew install git\n\n# 4. Clone this repository\ngit clone https://github.com/jirateep12z/dotfiles.git $HOME/.dotfiles\ncd $HOME/.dotfiles\n\n# 5. Make scripts executable\nchmod +x *.sh\n\n# 6. Run the installation script (interactive menu)\n./install.sh\n\n# 7. (Optional) Install Fisher plugins for Fish shell\n./fisher.sh\n```\n\n### Windows\n\n```powershell\n# 1. Open PowerShell as Administrator\n\n# 2. Check if Git is installed\ngit --version\n\n# 3. If Git is not installed, install Scoop first\nSet-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser\nInvoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression\n\n# 4. Install Git\nscoop install git\n\n# 5. Close and reopen PowerShell, then clone this repository\ngit clone https://github.com/jirateep12z/dotfiles.git $ENV:USERPROFILE\\.dotfiles\ncd $ENV:USERPROFILE\\.dotfiles\n\n# 6. Run the installation script (interactive menu)\n.\\install.ps1\n```\n\n## 📝 License\n\nThis project is licensed under the **MIT License** - see the [LICENSE](LICENSE) file for details.\n\n## 🤝 Contributing\n\nContributions, issues and feature requests are welcome!\n\n## ⭐ Show your support\n\nGive a ⭐️ if this project helped you!\n\n## 📝 Author\n\n**Made with ❤️ by @jirateep12z**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirateep12z%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjirateep12z%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjirateep12z%2Fdotfiles/lists"}