more complete

This commit is contained in:
2024-01-13 13:01:54 +03:00
parent e5d888de1c
commit 833d3eeb43
37 changed files with 1696 additions and 6 deletions

15
scripts/hero_install.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
clear
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
export NU_CONFIG_DIR=${BASE}/nushell/config
export PATH=${BASE}/bin:${BASE}/v:${PATH}
echo "INSTALL HERO"
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
bash /tmp/hero_install.sh
sudo cp ~/hero/bin/hero $BASE/../bin/
hero -help

15
scripts/v_install.sh Normal file
View File

@@ -0,0 +1,15 @@
#!/bin/bash
set -e
clear
export BASE="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
export NU_CONFIG_DIR=${BASE}/nushell/config
export PATH=${BASE}/bin:${BASE}/v:${PATH}
echo "INSTALL HERO"
curl https://raw.githubusercontent.com/freeflowuniverse/crystallib/development/scripts/installer_hero.sh > /tmp/hero_install.sh
bash /tmp/hero_install.sh
sudo cp ~/hero/bin/hero $BASE/../bin/
hero -help