zrb 0.7.2__py3-none-any.whl → 0.7.3__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- zrb/builtin/devtool/helix/install-language-server.sh +10 -0
- zrb/builtin/devtool/helix/install.sh +1 -11
- zrb/builtin/devtool/zsh/install.sh +1 -1
- zrb/builtin/devtool/zsh/resource/config.sh +14 -0
- {zrb-0.7.2.dist-info → zrb-0.7.3.dist-info}/METADATA +3 -3
- {zrb-0.7.2.dist-info → zrb-0.7.3.dist-info}/RECORD +9 -9
- {zrb-0.7.2.dist-info → zrb-0.7.3.dist-info}/LICENSE +0 -0
- {zrb-0.7.2.dist-info → zrb-0.7.3.dist-info}/WHEEL +0 -0
- {zrb-0.7.2.dist-info → zrb-0.7.3.dist-info}/entry_points.txt +0 -0
@@ -29,5 +29,15 @@ else
|
|
29
29
|
echo "Cannot install go language server, is go installed?"
|
30
30
|
fi
|
31
31
|
|
32
|
+
if command_exists hx
|
33
|
+
then
|
34
|
+
hx --grammar fetch
|
35
|
+
hx --grammar build
|
36
|
+
elif command_exists helix
|
37
|
+
then
|
38
|
+
helix --grammar fetch
|
39
|
+
helix --grammar build
|
40
|
+
fi
|
41
|
+
|
32
42
|
set -e
|
33
43
|
echo "Visit https://github.com/helix-editor/helix/wiki/How-to-install-the-default-language-servers for more information."
|
@@ -18,7 +18,7 @@ else
|
|
18
18
|
if command_exists pkg
|
19
19
|
then
|
20
20
|
try_sudo pkg update
|
21
|
-
try_sudo pkg install -y
|
21
|
+
try_sudo pkg install -y helix
|
22
22
|
elif command_exists apt
|
23
23
|
then
|
24
24
|
try_sudo add-apt-repository ppa:maveonair/helix-editor -y
|
@@ -46,13 +46,3 @@ else
|
|
46
46
|
exit 1
|
47
47
|
fi
|
48
48
|
fi
|
49
|
-
|
50
|
-
if command_exists hx
|
51
|
-
then
|
52
|
-
hx --grammar fetch
|
53
|
-
hx --grammar build
|
54
|
-
elif command_exists helix
|
55
|
-
then
|
56
|
-
helix --grammar fetch
|
57
|
-
helix --grammar build
|
58
|
-
fi
|
@@ -131,3 +131,17 @@ KUBE_PS1_CTX_COLOR=cyan
|
|
131
131
|
PROMPT='$(kube_ps1)'$PROMPT
|
132
132
|
|
133
133
|
export COLORTERM=truecolor
|
134
|
+
|
135
|
+
# Activate pyenv if exists
|
136
|
+
if [ -d "${HOME}/.pyenv" ]
|
137
|
+
then
|
138
|
+
export PYENV_ROOT="$HOME/.pyenv"
|
139
|
+
export PATH="$PYENV_ROOT/bin:$PATH"
|
140
|
+
eval "$(pyenv init --path)"
|
141
|
+
fi
|
142
|
+
|
143
|
+
# Activate local venv if exists
|
144
|
+
if [ -f "${HOME}/.local-venv/bin/activate" ]
|
145
|
+
then
|
146
|
+
source "${HOME}/.local-venv/bin/activate"
|
147
|
+
fi
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: zrb
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.3
|
4
4
|
Summary: A Framework to Enhance Your Workflow
|
5
5
|
Home-page: https://github.com/state-alchemists/zrb
|
6
6
|
License: AGPL-3.0-or-later
|
@@ -58,10 +58,10 @@ You can install Zrb as a pip package by invoking the following command:
|
|
58
58
|
pip install zrb
|
59
59
|
```
|
60
60
|
|
61
|
-
Alternatively, you can also use our installation script to install Zrb along with
|
61
|
+
Alternatively, you can also use our installation script to install Zrb along with some prerequisites:
|
62
62
|
|
63
63
|
```bash
|
64
|
-
curl https://raw.githubusercontent.com/state-alchemists/zrb/main/install.sh
|
64
|
+
source <(curl -s https://raw.githubusercontent.com/state-alchemists/zrb/main/install.sh)
|
65
65
|
```
|
66
66
|
|
67
67
|
Check our [installation guide](https://github.com/state-alchemists/zrb/blob/main/docs/installation.md) for more information about the installation methods, including installation as a docker container.
|
@@ -13,8 +13,8 @@ zrb/builtin/devtool/gcloud/install.sh,sha256=IWZ44ZS0XCYnPdclC77PBjsa2HDes7NNcQX
|
|
13
13
|
zrb/builtin/devtool/gvm/download.sh,sha256=nK8mQh3mm3QBIk7tBprBE10CmXDMRBkuz3S_uobLRm4,407
|
14
14
|
zrb/builtin/devtool/gvm/finalize.sh,sha256=ngKNpdA3P7Op3nTlHLMEK0U6k0di9pW_hX3Wd7MQ8AA,518
|
15
15
|
zrb/builtin/devtool/gvm/resource/config.sh,sha256=M_r6XjtoYZjx8rJaT3FIwVl3HUd7lJF5_KqUSEJQeo4,253
|
16
|
-
zrb/builtin/devtool/helix/install-language-server.sh,sha256=
|
17
|
-
zrb/builtin/devtool/helix/install.sh,sha256=
|
16
|
+
zrb/builtin/devtool/helix/install-language-server.sh,sha256=ZkV_ARwhTnLjjbAhJe8Pvp1hyRYVn176DYwg7ObkQ1w,1040
|
17
|
+
zrb/builtin/devtool/helix/install.sh,sha256=9LIsQaZ_Rdto0TC-vEUB3qFEu_70hEiUG0Le0EuKPKA,1355
|
18
18
|
zrb/builtin/devtool/helix/resource/config.toml,sha256=zEeA-oiVbCGs6dQNZAbeFfMJ3giClOkuhgJ6Pcel2ww,282
|
19
19
|
zrb/builtin/devtool/helix/resource/themes/gruvbox_transparent.toml,sha256=Kz6AhxXKVHrP5mpFI99uPFyfUOvB_0x2fapj0tUkIaA,56
|
20
20
|
zrb/builtin/devtool/helm/install.sh,sha256=IFls6qIgaP6AaGVVyhPcY24eUl30yRdvwdP0DdmfLgY,224
|
@@ -35,8 +35,8 @@ zrb/builtin/devtool/terraform/install.sh,sha256=HILxhcfvFPBhjqp4vk2bf9yoMC0nN7Hf
|
|
35
35
|
zrb/builtin/devtool/terraform/resource/config.sh,sha256=Ded5pE1u4ByzfI64mtJcxIfCCqpz6N0AmnJHRetYwME,84
|
36
36
|
zrb/builtin/devtool/tmux/install.sh,sha256=-H-VIipUKLJJGk55Ml0c642G60Iq1DtXj8EQUA0AzNk,1209
|
37
37
|
zrb/builtin/devtool/tmux/resource/config.sh,sha256=wQCb4Q-mNkxIPOcvpN84X9RUWkGY16u3Vd-pOhVidgg,416
|
38
|
-
zrb/builtin/devtool/zsh/install.sh,sha256=
|
39
|
-
zrb/builtin/devtool/zsh/resource/config.sh,sha256=
|
38
|
+
zrb/builtin/devtool/zsh/install.sh,sha256=O6LnYuNzRAi-gC856Hb1kwqv57JljCRCIVJFuCroC5c,1680
|
39
|
+
zrb/builtin/devtool/zsh/resource/config.sh,sha256=2ZEmmiu5KS-FSMlj48IDPh5dhx5fnbzri86CtzI5Np0,5068
|
40
40
|
zrb/builtin/env.py,sha256=LwSLSn4nM-r9IGgrQA6uyIbnf2hEC5KagAvW3UZ_ZSY,1134
|
41
41
|
zrb/builtin/eval.py,sha256=_y18fe28INT9ZA5OWHxAu8Jw3E0nm5fCv51UVFfkb9w,746
|
42
42
|
zrb/builtin/explain.py,sha256=akQfTCgFTiWutAAC6VMZFrjlyDVQ90IWFPDdM_IgUpw,5353
|
@@ -1215,8 +1215,8 @@ zrb/task_input/int_input.py,sha256=NVXAToqgdmWVwDqnr3XGuvq_QMNvUiIdD-pW5L4uebk,4
|
|
1215
1215
|
zrb/task_input/password_input.py,sha256=5sS3XP7WtGow7r7Fid8J9SX0iNCidO6Bg7q40UpZDM0,4029
|
1216
1216
|
zrb/task_input/str_input.py,sha256=D2WBeB-CdmAuOSzT7jTXvie7X3EK_m_Oq8_SVwmNpWA,4042
|
1217
1217
|
zrb/task_input/task_input.py,sha256=L-U5dX-I2U5ci7GU226Q8pXcQe5SpGuOl5viFwlfiM0,2022
|
1218
|
-
zrb-0.7.
|
1219
|
-
zrb-0.7.
|
1220
|
-
zrb-0.7.
|
1221
|
-
zrb-0.7.
|
1222
|
-
zrb-0.7.
|
1218
|
+
zrb-0.7.3.dist-info/LICENSE,sha256=WfnGCl8G60EYOPAEkuc8C9m9pdXWDe08NsKj3TBbxsM,728
|
1219
|
+
zrb-0.7.3.dist-info/METADATA,sha256=3ayQrVqOJSRPPRg1nPc7PExALRRbWGMB1-DL0ej1vFE,16501
|
1220
|
+
zrb-0.7.3.dist-info/WHEEL,sha256=FMvqSimYX_P7y0a7UY-_Mc83r5zkBZsCYPm7Lr0Bsq4,88
|
1221
|
+
zrb-0.7.3.dist-info/entry_points.txt,sha256=xTgXc1kBKYhJHEujdaSPHUcJT3-hbyP1mLgwkv-5sSk,40
|
1222
|
+
zrb-0.7.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|