feat: add plugins for zsh

This commit is contained in:
2024-09-22 20:14:22 +04:00
parent f4c1c54e72
commit 6c85cc3b71
515 changed files with 30838 additions and 0 deletions

View File

@@ -0,0 +1 @@
vared

View File

@@ -0,0 +1,2 @@
dirstack
panelize

View File

@@ -0,0 +1,19 @@
name: Library Test
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dependencies
run: sudo apt-get update && sudo apt-get install zsh -yq
- name: Test Install.sh
run: sh -c doc/install.sh
# - name: Test Makefile
# run: make install