{"id":40504913,"url":"https://github.com/deeagle/configs","last_synced_at":"2026-01-20T19:31:20.308Z","repository":{"id":10904518,"uuid":"67433488","full_name":"deeagle/configs","owner":"deeagle","description":"Some cli tweaks for the daily work","archived":false,"fork":false,"pushed_at":"2025-11-24T12:39:43.000Z","size":60,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-11-28T02:00:10.462Z","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/deeagle.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":"2016-09-05T15:51:50.000Z","updated_at":"2025-11-24T12:39:46.000Z","dependencies_parsed_at":"2024-06-15T10:40:38.697Z","dependency_job_id":"25faa1af-2317-4033-93ad-ead71462fa97","html_url":"https://github.com/deeagle/configs","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/deeagle/configs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fconfigs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fconfigs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fconfigs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fconfigs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deeagle","download_url":"https://codeload.github.com/deeagle/configs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deeagle%2Fconfigs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28610603,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T18:56:40.769Z","status":"ssl_error","status_checked_at":"2026-01-20T18:54:26.653Z","response_time":117,"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":[],"created_at":"2026-01-20T19:31:17.001Z","updated_at":"2026-01-20T19:31:20.299Z","avatar_url":"https://github.com/deeagle.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configs\n\n![CI](https://github.com/deeagle/configs/workflows/CI/badge.svg)\n\nThis repo includes some of my personal tool preferences.\n\nInstall some dependencies:\n\n```bash\napt-get install -yq vim vim-pathogen\n```\n\n## ZSH\n\n- install [oh-my-zsh](https://ohmyz.sh)\n- add powerlevel10k-theme, solarized dircolors e.g.:\n  - install\n    - `mkdir -p ~/Workspace/apps`\n    - `cd ~/Workspace/apps`\n    - `git clone https://github.com/romkatv/powerlevel10k.git`\n    - `git clone git@github.com:seebi/dircolors-solarized.git`\n  - config (or use `.zshrc` from this repo)\n    - `vim ~/.zshrc`\n    - search for line `^ZSH_THEME=` and comment line\n    - add `source $HOME/Workspace/apps/powerlevel10k/powerlevel10k.zsh-theme`\n    - add solarized `LS_COLORS`:\n\n      ```bash\n      eval `dircolors $HOME/Workspace/apps/dircolors-solarized/dircolors.256dark`\n      ```\n\n    - exit\n  - install kubecolor\n    - get kubecolor release from github\n    - `mv kubecolor /usr/local/bin/kubecolor`\n  - sync zshrc via `source ~/.zshrc`\n  - prompt configs\n    - choose:\n      - answer the questions\n      - `cp .p10k.zsh ~/.p10k.zsh`\n  - add `kubectl` autocompletion `source \u003c(kubectl completion zsh)`\n\n## TMUX\n\n- install [tpm](https://github.com/tmux-plugins/tpm):\n  - `git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm`\n  - `cp .tmux.conf ~/.tmux.conf`\n  - exec `CTRL + I` to update tmux-plugins\n  - restart tmux\n\n## Weblinks\n\n- **Linux** (and mostly WSL)\n  - [https://github.com/Peltoche/lsd]\n  - [https://ohmyz.sh]\n  - [https://github.com/romkatv/powerlevel10k]\n  - [https://github.com/seebi/dircolors-solarized]\n  - [https://github.com/wagoodman/dive]\n  - [https://github.com/owenthereal/ccat]\n  - [https://github.com/kubecolor/kubecolor]\n  - [https://kubernetes.io/docs/tasks/tools/install-kubectl-linux/#enable-shell-autocompletion]\n  - tmux\n    - [https://github.com/catppuccin/tmux]\n    - [https://github.com/tmux-plugins/tpm]\n- **Windows**\n  - [https://www.youtube.com/watch?v=VT2L1SXFq9U]\n    - [https://www.hanselman.com/blog/my-ultimate-powershell-prompt-with-oh-my-posh-and-the-windows-terminal]\n    - [https://www.hanselman.com/blog/you-should-be-customizing-your-powershell-prompt-with-psreadline]\n  - [https://www.nerdfonts.com/font-downloads]\n  - [https://ohmyposh.dev/]\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Fconfigs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeeagle%2Fconfigs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeeagle%2Fconfigs/lists"}