This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # mirror-to-codeberg.yml | |
| # | |
| # Mirrors this repository to Codeberg on every push or branch/tag deletion | |
| # | |
| # SETUP (do this once per repository): | |
| # 1. Create a Codeberg access token with write access to the target repo | |
| # 2. Add it as a repository (or organisation) secret named CODEBERG_GLOBAL_ACCESS_TOKEN | |
| # 3. Copy this file to .github/workflows/ — no other edits are required | |
| # | |
| # HOW IT WORKS: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # order of modules in prompt | |
| format = """[](bg:#464347 fg:#4e8c63)\ | |
| $sudo\ | |
| $time\ | |
| $battery\ | |
| $hostname\ | |
| $username\ | |
| $git_branch\ | |
| $git_commit\ | |
| $git_status\ |