From 5fc999f065655965539d1f42d5f61e247c6bcae270f7f3d4dfa54e269652c550 Mon Sep 17 00:00:00 2001 From: riomoo Date: Fri, 17 Jan 2025 19:45:03 -0500 Subject: [PATCH] removed not needed stuff --- .../.github/ISSUE_TEMPLATE/bug-report.md | 36 --------- .../.github/ISSUE_TEMPLATE/feature_request.md | 20 ----- .../zsh-syntax-highlighting/.gitattributes | 1 - .../.github/workflows/test.yml | 75 ------------------- .../zsh-syntax-highlighting/.gitignore | 3 - 5 files changed, 135 deletions(-) delete mode 100644 zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/bug-report.md delete mode 100644 zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/feature_request.md delete mode 100644 zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitattributes delete mode 100644 zsh/.config/zsh/plugins/zsh-syntax-highlighting/.github/workflows/test.yml delete mode 100644 zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitignore diff --git a/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/bug-report.md b/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/bug-report.md deleted file mode 100644 index 4dd566f..0000000 --- a/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/bug-report.md +++ /dev/null @@ -1,36 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve -title: '' -labels: bug -assignees: '' - ---- - -### Describe the bug - - -### To Reproduce -Steps to reproduce the behavior: - - - -```sh -% zsh -df -% source path/to/zsh-autosuggestions.zsh -% ... # what do you do to reproduce? -``` - -### Expected behavior - - -### Screenshots - - -### Desktop - - OS + distribution: - - Zsh version: - - Plugin version: - -### Additional context - diff --git a/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/feature_request.md b/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/feature_request.md deleted file mode 100644 index 2732088..0000000 --- a/zsh/.config/zsh/plugins/zsh-autosuggestions/.github/ISSUE_TEMPLATE/feature_request.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -name: Feature request -about: Suggest an idea for this project -title: '' -labels: enhancement -assignees: '' - ---- - -### Is your feature request related to a problem? Please describe. - - -### Describe the solution you'd like - - -### Describe alternatives you've considered - - -### Additional context - diff --git a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitattributes b/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitattributes deleted file mode 100644 index 7344f5d..0000000 --- a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitattributes +++ /dev/null @@ -1 +0,0 @@ -.revision-hash export-subst diff --git a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.github/workflows/test.yml b/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.github/workflows/test.yml deleted file mode 100644 index f7374cc..0000000 --- a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.github/workflows/test.yml +++ /dev/null @@ -1,75 +0,0 @@ ---- -name: Tests -on: - push: - paths-ignore: - - '**.md' - - '**.png' - pull_request: - paths-ignore: - - '**.md' - - '**.png' - schedule: - - cron: '29 7 * * 1' - -jobs: - test: - runs-on: ubuntu-latest - strategy: - fail-fast: false - matrix: - version: - - master - - 5.8.1 - - 5.8 - - 5.7.1 - - 5.7 - - 5.6.2 - - 5.6.1 - - 5.6 - - 5.5.1 - - 5.5 - - 5.4.2 - - 5.4.1 - - 5.4 - - 5.3.1 - - 5.3 - - 5.2 - - 5.1.1 - - 5.1 - - 5.0.8 - - 5.0.7 - - 5.0.6 - - 5.0.5 - - 5.0.4 - - 5.0.3 - - 5.0.2 - - 5.0.1 - - 5.0.0 - - 4.3.17 - - 4.3.16 - - 4.3.15 - - 4.3.14 - - 4.3.13 - - 4.3.12 - - 4.3.11 - container: - image: ghcr.io/zsh-users/zsh:${{ matrix.version }} - steps: - - uses: actions/checkout@v2 - - run: install_packages bsdmainutils make procps - - run: make test - - notify: - runs-on: ubuntu-latest - needs: test - if: failure() && (github.repository_owner == 'zsh-users') - steps: - - - name: Notify IRC - uses: Gottox/irc-message-action@v1 - with: - server: irc.libera.chat - channel: '#zsh-syntax-highlighting' - nickname: zsyh-gh-bot - message: '${{ github.ref }} failed tests: https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}' diff --git a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitignore b/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitignore deleted file mode 100644 index ad225b9..0000000 --- a/zsh/.config/zsh/plugins/zsh-syntax-highlighting/.gitignore +++ /dev/null @@ -1,3 +0,0 @@ -*.zwc* -.pc/ -docs/all.md