{"id":49858010,"url":"https://github.com/go-dima/linux-config","last_synced_at":"2026-05-14T20:35:24.759Z","repository":{"id":90009391,"uuid":"166863281","full_name":"go-dima/linux-config","owner":"go-dima","description":"Configure working environment on linux","archived":false,"fork":false,"pushed_at":"2026-03-17T07:41:50.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-17T22:55:25.493Z","etag":null,"topics":["bash-script","bashrc","git","linux","vimrc"],"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/go-dima.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":"2019-01-21T18:48:35.000Z","updated_at":"2026-03-17T07:41:54.000Z","dependencies_parsed_at":"2024-05-28T11:00:19.569Z","dependency_job_id":"73268f07-30a8-4c2b-b343-ad0424532568","html_url":"https://github.com/go-dima/linux-config","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/go-dima/linux-config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-dima%2Flinux-config","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-dima%2Flinux-config/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-dima%2Flinux-config/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-dima%2Flinux-config/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/go-dima","download_url":"https://codeload.github.com/go-dima/linux-config/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/go-dima%2Flinux-config/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33042401,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-13T13:14:54.681Z","status":"online","status_checked_at":"2026-05-14T02:00:06.663Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["bash-script","bashrc","git","linux","vimrc"],"created_at":"2026-05-14T20:35:24.618Z","updated_at":"2026-05-14T20:35:24.754Z","avatar_url":"https://github.com/go-dima.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# linux-config\nConfigure working environment on Linux/macOS with:\n- zsh + Oh My Zsh + Powerlevel10k\n- gitconfig + custom git commands\n- vimrc\n- shell aliases\n- dev tools (see [apps.json](apps.json))\n\n## Usage\n\n**Local mode:**\n```sh\ngit clone https://github.com/go-dima/linux-config.git\ncd linux-config\n./deploy-config.sh -local\n```\n\n**Remote mode:**\n```sh\ncurl -s https://raw.githubusercontent.com/go-dima/linux-config/master/deploy-config.sh | bash\n```\n\n---\n\n## Installed Tools\n\n\u003cdetails\u003e\n\u003csummary\u003eCLI (brew + apt)\u003c/summary\u003e\n\n| Tool | Description |\n|------|-------------|\n| `git` | Version control |\n| `tree` | Directory listing |\n| `fzf` | Fuzzy finder |\n| `ripgrep` | Fast text search — git aware and higher performance |\n| `jq` | JSON processor |\n| `bat` | `cat` with syntax highlighting and line numbers |\n| `watch` | Repeat a command on interval |\n| `delta` | Syntax highlighter for git, diff, grep output |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003emacOS only (brew)\u003c/summary\u003e\n\n| Tool | Description |\n|------|-------------|\n| `tldr` | Simplified community-maintained man pages |\n| `gh` | GitHub CLI |\n| `docker` | Docker Desktop (cask) |\n| `ngrok` | Tunneling service (cask) |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eLinux only (apt)\u003c/summary\u003e\n\n| Tool | Description |\n|------|-------------|\n| `zsh` | Zsh shell |\n| `curl` | HTTP client |\n| `htop` | Interactive process viewer |\n| `tmux` | Terminal multiplexer |\n| `fd` | `find` replacement — more user-friendly and faster |\n| `docker.io` | Docker engine |\n| `docker-compose` | Docker Compose |\n\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eScript installs (curl)\u003c/summary\u003e\n\n| Tool | Description |\n|------|-------------|\n| Oh My Zsh | Zsh framework |\n| Powerlevel10k | Zsh theme |\n| zsh-autosuggestions | Fish-like command suggestions |\n| zsh-syntax-highlighting | Shell syntax highlighting |\n| you-should-use | Reminds you to use your aliases |\n\n\u003c/details\u003e\n\n---\n\n## Docker Test\n\nTest the setup script end-to-end inside a container. Assertions run at build time —\na passing build means the full setup completed correctly.\n\n### Linux path (apt)\n```bash\ndocker build --target linux -t linux-config:linux .\n```\n\n### macOS path (simulated via Linuxbrew)\n```bash\ndocker build --target macos -t linux-config:macos .\n```\n\n### Interactive shell in the tested environment\n```bash\ndocker run --rm -it linux-config:linux zsh\ndocker run --rm -it linux-config:macos zsh\n```\n\n### Manual spot-checks\n```bash\n# Verify git aliases are in place\ndocker run --rm linux-config:linux grep \"s = status\" /home/user/.gitconfig\n\n# Verify zsh plugins were cloned\ndocker run --rm linux-config:linux ls /home/user/.oh-my-zsh/custom/plugins/\n\n# Verify fzf and ripgrep are on PATH\ndocker run --rm linux-config:linux sh -c \"which fzf \u0026\u0026 which rg\"\n\n# Verify custom git commands are deployed\ndocker run --rm linux-config:linux ls /home/user/bin/\n```\n\n---\n\n## Tools Worth Knowing\n\n\u003cdetails\u003e\n\u003csummary\u003eNot installed — consider adding\u003c/summary\u003e\n\n| Tool | Replaces | Description |\n|------|----------|-------------|\n| `eza` | `ls` | More features — coloring, git-aware |\n| `duf` | `df` | Better readability — viewport adjustments, coloring |\n| `broot` | `tree` | Better UI, persistent file management and traversal |\n| `mcfly` | `ctrl+r` | Smarter shell history search |\n\n\u003c/details\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-dima%2Flinux-config","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgo-dima%2Flinux-config","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgo-dima%2Flinux-config/lists"}