[PR #40] [MERGED] Add zsh and powerline to all services #43

Closed
opened 2026-03-04 01:40:38 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/termius/hosts-farm/pull/40
Author: @EvgeneOskin
Created: 2/10/2022
Status: Merged
Merged: 2/11/2022
Merged by: @EvgeneOskin

Base: masterHead: feature/add-powerline


📝 Commits (1)

  • 59de798 Add zsh and powerline to all services

📊 Changes

31 files changed (+1777 additions, -42 deletions)

View changed files

📝 Dockerfile (+4 -1)
📝 agent-forwarding-disabled/Dockerfile (+3 -1)
📝 agent-forwarding-disabled/entrypoint.sh (+4 -0)
📝 authykey/Dockerfile (+6 -4)
📝 authykey/entrypoint.sh (+4 -0)
📝 authypass/Dockerfile (+6 -4)
📝 authypass/entrypoint.sh (+4 -0)
📝 client-cert/Dockerfile (+6 -4)
📝 client-cert/entrypoint.sh (+4 -0)
📝 docker-compose.yml (+18 -6)
📝 dropbear/Dockerfile (+4 -1)
📝 entrypoint.sh (+4 -0)
📝 gateway-ports/Dockerfile (+3 -1)
📝 gateway-ports/entrypoint.sh (+4 -0)
📝 keyboard-interactive-custom/Dockerfile (+1 -0)
📝 keyboard-interactive-pass/Dockerfile (+3 -1)
📝 keyboard-interactive-pass/entrypoint.sh (+4 -0)
📝 mosh/Dockerfile (+3 -1)
📝 mosh/entrypoint.sh (+4 -0)
📝 multiple-auths/Dockerfile (+3 -1)

...and 11 more files

📄 Description

Description of the change

This change adds zshell and its default configuration with p10k prompt to all services.

Type of change

  • Feature
  • Codebase Improvements
  • Critical security bugs
  • Hotfix

Reviewer's checklist

  • The code does not have any obvious logic errors.
  • All cases specified in the requirements are fully implemented.
  • There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes.
  • The new code conforms to existing style guidelines.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/termius/hosts-farm/pull/40 **Author:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Created:** 2/10/2022 **Status:** ✅ Merged **Merged:** 2/11/2022 **Merged by:** [@EvgeneOskin](https://github.com/EvgeneOskin) **Base:** `master` ← **Head:** `feature/add-powerline` --- ### 📝 Commits (1) - [`59de798`](https://github.com/termius/hosts-farm/commit/59de798994662742af3cdfad863c7953b181174f) Add zsh and powerline to all services ### 📊 Changes **31 files changed** (+1777 additions, -42 deletions) <details> <summary>View changed files</summary> 📝 `Dockerfile` (+4 -1) 📝 `agent-forwarding-disabled/Dockerfile` (+3 -1) 📝 `agent-forwarding-disabled/entrypoint.sh` (+4 -0) 📝 `authykey/Dockerfile` (+6 -4) 📝 `authykey/entrypoint.sh` (+4 -0) 📝 `authypass/Dockerfile` (+6 -4) 📝 `authypass/entrypoint.sh` (+4 -0) 📝 `client-cert/Dockerfile` (+6 -4) 📝 `client-cert/entrypoint.sh` (+4 -0) 📝 `docker-compose.yml` (+18 -6) 📝 `dropbear/Dockerfile` (+4 -1) 📝 `entrypoint.sh` (+4 -0) 📝 `gateway-ports/Dockerfile` (+3 -1) 📝 `gateway-ports/entrypoint.sh` (+4 -0) 📝 `keyboard-interactive-custom/Dockerfile` (+1 -0) 📝 `keyboard-interactive-pass/Dockerfile` (+3 -1) 📝 `keyboard-interactive-pass/entrypoint.sh` (+4 -0) 📝 `mosh/Dockerfile` (+3 -1) 📝 `mosh/entrypoint.sh` (+4 -0) 📝 `multiple-auths/Dockerfile` (+3 -1) _...and 11 more files_ </details> ### 📄 Description ## Description of the change This change adds zshell and its default configuration with p10k prompt to all services. ## Type of change - [x] Feature - [ ] Codebase Improvements - [ ] Critical security bugs - [ ] Hotfix ## Reviewer's checklist - [ ] The code does not have any obvious logic errors. - [ ] All cases specified in the requirements are fully implemented. - [ ] There is sufficient automated testing for the new code. Existing automated tests were rewritten to account for code changes. - [ ] The new code conforms to existing style guidelines. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 01:40:38 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hosts-farm#43
No description provided.