feat: add plugins for zsh
This commit is contained in:
1
.zsh/zsh-navigation-tools/.github/.cspell/project-ignored.txt
vendored
Normal file
1
.zsh/zsh-navigation-tools/.github/.cspell/project-ignored.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
vared
|
||||
2
.zsh/zsh-navigation-tools/.github/.cspell/project-words.txt
vendored
Normal file
2
.zsh/zsh-navigation-tools/.github/.cspell/project-words.txt
vendored
Normal file
@@ -0,0 +1,2 @@
|
||||
dirstack
|
||||
panelize
|
||||
19
.zsh/zsh-navigation-tools/.github/workflows/lib-ci.yml
vendored
Normal file
19
.zsh/zsh-navigation-tools/.github/workflows/lib-ci.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user