{"id":20817335,"url":"https://github.com/galacsh/config","last_synced_at":"2026-04-26T07:35:16.399Z","repository":{"id":239143001,"uuid":"798666181","full_name":"Galacsh/config","owner":"Galacsh","description":"Personal configuration files.","archived":false,"fork":false,"pushed_at":"2025-07-05T07:58:38.000Z","size":115,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-05T08:39:27.865Z","etag":null,"topics":["alacritty","ideavim","neovim","tmux","vim"],"latest_commit_sha":null,"homepage":"","language":"Vim Script","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/Galacsh.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}},"created_at":"2024-05-10T08:32:49.000Z","updated_at":"2025-07-05T07:58:41.000Z","dependencies_parsed_at":"2025-02-11T06:23:03.553Z","dependency_job_id":"c2aaf011-efb8-4bc5-a5d6-c898495094b1","html_url":"https://github.com/Galacsh/config","commit_stats":null,"previous_names":["galacsh/config"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Galacsh/config","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galacsh%2Fconfig","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galacsh%2Fconfig/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galacsh%2Fconfig/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galacsh%2Fconfig/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Galacsh","download_url":"https://codeload.github.com/Galacsh/config/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Galacsh%2Fconfig/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32289926,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T06:26:00.361Z","status":"ssl_error","status_checked_at":"2026-04-26T06:25:58.791Z","response_time":129,"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","ideavim","neovim","tmux","vim"],"created_at":"2024-11-17T21:40:55.346Z","updated_at":"2026-04-26T07:35:16.384Z","avatar_url":"https://github.com/Galacsh.png","language":"Vim Script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Configuration Files\n\nFiles in this repository are my configuration files.\n\nTo install:\n\n```shell\ncurl -sSf https://raw.githubusercontent.com/Galacsh/config/main/install.sh | bash -s\n```\n\n## What does install.sh do?\n\n1. Create \"$HOME/.config\" if doesn't exist:\n\n```shell\nif [[ ! -d \"${HOME}/.config\" ]]\n  mkdir \"${HOME}/.config\"\nfi\n```\n\n2. Change directory to `.config`.\n\n```shell\ncd \"${HOME}/.config\"\n```\n\n3. Clean up\n\n```shell\nrm -rf .git .gitignore README.md alacritty ideavim install.sh nvim vim\n```\n\n4. Load files with git.\n\n```shell\ngit init\ngit remote add origin \"${repository}\"\ngit fetch\ngit reset \"origin/${branch}\"\ngit restore .\n```\n\n5. Create link(symbolic) of `vim` directory at `${HOME}/.vim`.\n\n```shell\nrm -rf \"${HOME}/.vim\"\nln -s \"${HOME}/.config/vim\" \"${HOME}/.vim\"\n```\n\n6. Download alacritty theme.\n\n```shell\n./alacritty/init.sh\n```\n\n7. Download tmux theme.\n\n```shell\n./tmux/init.sh\n```\n\n8. Create link(symbolic) of `aliases.sh` file at `${HOME}/.aliases`.\n\n```shell\nrm \"${aliases_file}\"\nln -s \"${config_dir}/aliases.sh\" \"${aliases_file}\"\n```\n\n\u003e [!IMPORTANT]\n\u003e To use SSH:  \n\u003e `git remote set-url origin \"git@github.com:Galacsh/config.git\"`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalacsh%2Fconfig","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgalacsh%2Fconfig","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgalacsh%2Fconfig/lists"}