{"id":20909934,"url":"https://github.com/escalopa/script-installer","last_synced_at":"2026-02-14T03:07:46.072Z","repository":{"id":61223964,"uuid":"547832646","full_name":"escalopa/script-installer","owner":"escalopa","description":"Shell scripts to quickly install applications \u0026 services on linux machine","archived":false,"fork":false,"pushed_at":"2022-12-10T09:25:40.000Z","size":75,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-24T02:20:19.207Z","etag":null,"topics":["automation","bash","prompt","shell","zsh"],"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/escalopa.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}},"created_at":"2022-10-08T11:34:46.000Z","updated_at":"2024-01-12T18:40:44.000Z","dependencies_parsed_at":"2023-01-26T05:45:44.385Z","dependency_job_id":null,"html_url":"https://github.com/escalopa/script-installer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/escalopa/script-installer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fscript-installer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fscript-installer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fscript-installer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fscript-installer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/escalopa","download_url":"https://codeload.github.com/escalopa/script-installer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/escalopa%2Fscript-installer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276180857,"owners_count":25598749,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":["automation","bash","prompt","shell","zsh"],"created_at":"2024-11-18T14:13:16.282Z","updated_at":"2025-09-21T01:12:39.478Z","avatar_url":"https://github.com/escalopa.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# script-installer\n\nshell installer is a set of shell files that helps to install services on linux automatically.\n\n**Requirement commands for installation `git` `curl`**\n\nFor applications installation see [here](https://github.com/escalopa/script-installer/tree/main/scripts/app)\n\n## ZSH\n\nDefault theme is `strug`\n\nFor manual installation look [here](https://www.freecodecamp.org/news/jazz-up-your-zsh-terminal-in-seven-steps-a-visual-guide-e81a8fd59a38/)\n\n### **Installation** \n### Debian\n```shell\nsudo apt install zsh -y \u0026\u0026 curl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/zsh.sh\"  | bash \u0026\u0026 chsh -s $(which zsh)\n```\n### CentOS | RHEL\n```shell\nsudo dnf install zsh -y \u0026\u0026 curl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/zsh.sh\"  | bash \u0026\u0026 chsh -s $(which zsh)\n```\n\nTo add ZSH shell to `root` run `su - ` then the command above that matches your system.\n\nAfter installing ZSH, you have to re-login so that changes take place.\n\n## Aliases\n\nCreated aliases file on your system(if not existed) and adds default aliases\n\n### **Installation**\n\n### Zsh\n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh\"  | zsh\n```\n### Bash\n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/alias.sh\"  | bash\n```\n\n## prompt colors\n\nIf you have already `strug` theme, no need to install the prompt since they are the same. \n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/prompt.sh\" -o prompt.sh \u0026\u0026 bash prompt.sh default\n```\n\nSet danger prompt on root shell,\n**YOU MUST BE IN DIR /root** so that the prompt color changes, to go there run `su -` and type root password\n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/prompt.sh\" -o prompt.sh \u0026\u0026 bash prompt.sh root\n```\n\n**Uninstall**\n\nTo remove color prompt from your shell you have to manually remove the `export PS1=\"***\"` from your shell file `~/.zshrc` or `~/.bashrc`\nthen run `source ~/.SHELL_FILE_NAME`.\n\n## FRR\n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/frr.sh\"  | bash\n```\n\n## Ansible\n```shell\ncurl \"https://raw.githubusercontent.com/escalopa/script-installer/main/scripts/ansible.sh\"  | bash\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fscript-installer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fescalopa%2Fscript-installer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fescalopa%2Fscript-installer/lists"}