{"id":15707950,"url":"https://github.com/whyboris/dotfiles","last_synced_at":"2025-05-12T20:56:05.249Z","repository":{"id":87340608,"uuid":"267097283","full_name":"whyboris/dotfiles","owner":"whyboris","description":"my terminal configuration","archived":false,"fork":false,"pushed_at":"2025-03-26T06:29:25.000Z","size":30,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-26T07:29:57.142Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/whyboris.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}},"created_at":"2020-05-26T16:39:16.000Z","updated_at":"2025-03-26T06:29:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf72ad54-8893-489c-84e5-1dbb2919bb9f","html_url":"https://github.com/whyboris/dotfiles","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyboris%2Fdotfiles","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyboris%2Fdotfiles/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyboris%2Fdotfiles/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whyboris%2Fdotfiles/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whyboris","download_url":"https://codeload.github.com/whyboris/dotfiles/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253823199,"owners_count":21969840,"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","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-10-03T20:42:29.055Z","updated_at":"2025-05-12T20:56:05.239Z","avatar_url":"https://github.com/whyboris.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# About\n\nThis is a backup of some of my terminal configuration.\n\nI recommend [Oh My Zsh](https://ohmyz.sh/) with the [zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions) and [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) plugins.\n\n*Mac* recommendations:\n\n- [Alt-Tab-MacOS](https://github.com/lwouis/alt-tab-macos) Alt-Tab like _Windows_\n- [Hyper](https://hyper.is/) terminal\n- [Scroll Reverser](https://pilotmoon.com/scrollreverser/)\n- [Insomnia](https://insomnia.rest/) API client\n- [SequelPRO](http://www.sequelpro.com/)\n- [Rectangle](https://rectangleapp.com/) window maximizer\n- [Karabiner-Elements](https://karabiner-elements.pqrs.org/) keyboard remapper\n- [Add spaces to your Mac dock](https://www.imore.com/add-space-your-mac-dock)\n  - `defaults write com.apple.dock persistent-apps -array-add '{\"tile-type\"=\"spacer-tile\";}'; killall`\n\n*Mac* _maybe_ recommendations:\n\n- [Cinch](http://www.irradiatedsoftware.com/cinch/) window maximizer\n- [RedQuits](http://www.carsten-mielke.com/redquits.html) window closer\n\n*Windows* recommendations:\n\n- [FluentTerminal](https://github.com/felixse/FluentTerminal)\n- [Alacritty](https://github.com/alacritty/alacritty)\n  - Create config file `%APPDATA%\\alacritty\\alacritty.toml`\n- open `~`, create `.bashrc` and fill it with aliases from [alias.md](alias.md)\n- [EarTrumpet](https://github.com/File-New-Project/EarTrumpet) for better audio control\n\n*npm* recommendations:\n\n- [diff2html-cli](https://github.com/rtfpessoa/diff2html-cli)\n- [git-open](https://github.com/paulirish/git-open)\n- [npm-check-updates](https://www.npmjs.com/package/npm-check-updates)\n\n*node* recommendations:\n\n- [fnm](https://github.com/Schniz/fnm) _Fast Node Manager_ (replaces `nvm`)\n\n*git* commands:\n\n- merge `main` into all local branches\n\n```sh\nfor BRANCH in `git branch`; do git checkout $BRANCH; git merge main; done\n```\n\n- push all local branches to `origin`\n\n```sh\nfor BRANCH in `git branch`; do git push origin $BRANCH; done\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyboris%2Fdotfiles","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhyboris%2Fdotfiles","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhyboris%2Fdotfiles/lists"}