-
-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Atuin] Module #264
base: main
Are you sure you want to change the base?
[Atuin] Module #264
Conversation
install remove logout and status for @atuinsh repo atuin
Some thoughts about that from the chat:
|
Seem like it is using |
after install the config looks all commented. so we can overwrite the default and use a custom one. to restore the default |
Yes, most seems commented by default. For me the following ones were uncommented by default: |
This seems to cover the default variables for the sync server
Included, IMO to be relative in continued development This still only able to work in "$HOME" "~/" environment. |
latest update.
restart shell
|
Issues:
|
ZSH, as we provide it, would be nice to work OOB.
What if we add this functionality system-wide, like our ZSH implementation. Superuser within the script is even changing default shell for all. If Admin of OS do this, user can move back to BASH at any moment. We can do one step less here, to do everything for the users of the system, except enabling it. And give instructions how to enable this feature with a simple (user) step. https://github.com/armbian/configng/blob/main/tools/modules/system/update_skel.sh |
So skel is the way to go for so called global, or as you say since the server url is subject to change maybe should add a default url ["module_atuin,server_url"]="https://services.armbian.de/atuin" |
Interesting title. Playing with making a module for basic setup of atuin.
bash "./tools/modules/software/module_atuin" help
https://docs.atuin.sh/guide/installation/
running installs to $HOME
Not sure how to make this global. maybe module
update_skel
may be a hint?