You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To be able to access the binaries, completion files, and man pages in your shell, simply add a two-liner in your shell configuration
28
+
To be able to access the binaries, completion files, and man pages in your shell, simply add a two-liner in your shell configuration. The [installation script](./scripts/install.sh) already does this for you
eval"$(basalt global init bash)"# zsh and fish are also supported
34
34
```
35
35
36
-
See [Installation](./docs/tutorials/installation.md) and [Getting Started](./docs/tutorials/getting-started.md) for more details
36
+
***NOTE***: Basalt is currently BETA. There are known bugs that will be fixed. I _highly_ recommended to wait until `v1.0.0` before trying anything out
37
37
38
+
See [Installation](./docs/tutorials/installation.md) and [Getting Started](./docs/tutorials/getting-started.md) for more details
38
39
39
40
## Features
40
41
41
-
Note that many of these features have been implemented before, but require a reimplementation since the major rewrite
42
-
43
-
-[x] Lockfile usage
44
-
-[ ] Transaction rollback
45
-
-[ ] Works with essentially all popular Bash projects out of the box
46
-
-[ ] Specifying specific man, completion, etc. directories
47
-
-[x] Local package installation
48
-
-[x] Global (user-wide) package installation
49
-
-[ ] Custom builtins
42
+
- Install most Bash/Zsh/Fish projects out of the box
43
+
- Local Bash packages (Awk/Zsh/Fish/Ksh coming later)
44
+
- Custom builtins for packages (not yet implemented)
There is a small, but growing number of packages installable with Basalt. See the list at [awesome-bash-packages](https://github.com/hyperupcall/awesome-bash-packages)
49
+
Most of the "ecosystem" is just good utility libraries and somewhat useful Bash applications I've made
50
+
51
+
See the list at [awesome-bash-packages](https://github.com/hyperupcall/awesome-bash-packages)
0 commit comments