aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.build.yml71
1 files changed, 34 insertions, 37 deletions
diff --git a/.build.yml b/.build.yml
index b6fd077..8dd5ecc 100644
--- a/.build.yml
+++ b/.build.yml
@@ -5,51 +5,48 @@ packages:
- shellcheck
- xz-utils
tasks:
- - test: |
- ls -l
- cd hyperterm
- bashrc: |
- ls -l
- shellcheck .bash_profile
- shellcheck ./hyperterm/hyperterm.sh
- shellcheck ./hyperterm/_custom.sh
+ shellcheck hyperterm/.bash_profile
+ shellcheck hyperterm/hyperterm/hyperterm.sh
+ shellcheck hyperterm/hyperterm/_custom.sh
- build: |
- shellcheck build.sh
- bash -x build.sh
+ shellcheck hyperterm/build.sh
+ bash -x hyperterm/build.sh
- core: |
- shellcheck hyperterm/core/autocomplete.sh
- shellcheck hyperterm/core/colors.sh
- shellcheck hyperterm/core/git.sh
- shellcheck hyperterm/core/languages.sh
- shellcheck hyperterm/core/status.sh
- shellcheck hyperterm/core/update.sh
+ shellcheck hyperterm/hyperterm/core/autocomplete.sh
+ shellcheck hyperterm/hyperterm/core/colors.sh
+ shellcheck hyperterm/hyperterm/core/git.sh
+ shellcheck hyperterm/hyperterm/core/languages.sh
+ shellcheck hyperterm/hyperterm/core/status.sh
+ shellcheck hyperterm/hyperterm/core/update.sh
- themes: |
- shellcheck hyperterm/themes/default.sh
- shellcheck hyperterm/themes/joy.sh
- shellcheck hyperterm/themes/light_theme.sh
- shellcheck hyperterm/themes/minterm.sh
- shellcheck hyperterm/themes/pure.sh
- shellcheck hyperterm/themes/special.sh
+ shellcheck hyperterm/hyperterm/themes/default.sh
+ shellcheck hyperterm/hyperterm/themes/joy.sh
+ shellcheck hyperterm/hyperterm/themes/light_theme.sh
+ shellcheck hyperterm/hyperterm/themes/minterm.sh
+ shellcheck hyperterm/hyperterm/themes/pure.sh
+ shellcheck hyperterm/hyperterm/themes/special.sh
- tools: |
- shellcheck hyperterm/tools/aliases.sh
- shellcheck hyperterm/tools/compress.sh
- shellcheck hyperterm/tools/export.sh
- shellcheck hyperterm/tools/listuser.sh
- shellcheck hyperterm/tools/network.sh
- shellcheck hyperterm/tools/proxy.sh
- shellcheck hyperterm/tools/rar2zip.sh
- shellcheck hyperterm/tools/ruby.sh
- shellcheck hyperterm/tools/ssh-agent.sh
- shellcheck hyperterm/tools/sysinfo.sh
- shellcheck hyperterm/tools/virtualenv.sh
+ shellcheck hyperterm/hyperterm/tools/aliases.sh
+ shellcheck hyperterm/hyperterm/tools/compress.sh
+ shellcheck hyperterm/hyperterm/tools/export.sh
+ shellcheck hyperterm/hyperterm/tools/listuser.sh
+ shellcheck hyperterm/hyperterm/tools/network.sh
+ shellcheck hyperterm/hyperterm/tools/proxy.sh
+ shellcheck hyperterm/hyperterm/tools/rar2zip.sh
+ shellcheck hyperterm/hyperterm/tools/ruby.sh
+ shellcheck hyperterm/hyperterm/tools/ssh-agent.sh
+ shellcheck hyperterm/hyperterm/tools/sysinfo.sh
+ shellcheck hyperterm/hyperterm/tools/virtualenv.sh
- install: |
- shellcheck install.sh
- bash -x install.sh -s
+ shellcheck hyperterm/install.sh
+ bash -x hyperterm/install.sh -s
- uninstall: |
- shellcheck uninstall.sh
- bash -x uninstall.sh -s
+ shellcheck hyperterm/uninstall.sh
+ bash -x hyperterm/uninstall.sh -s
- shasums: |
- cp -rv ./hyperterm/ "$HOME/.hyperterm/"
+ cd hyperterm
+ cp -rv /hyperterm/ "$HOME/.hyperterm/"
cp -v .bash* "$HOME"
cp -v ./hyperterm/_custom.sh "$HOME"
rm -rfv hyperterm/