summaryrefslogtreecommitdiff
path: root/asdf-vm/asdf-vm.install
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2021-12-20 08:20:07 +0100
committerErich Eckner <git@eckner.net>2021-12-20 08:20:07 +0100
commit4134fafb872a4ccbd89ebdf1adc7d3cd69da1684 (patch)
tree1f49ad644eb6e841b2128bca364cc38805dd126d /asdf-vm/asdf-vm.install
parentcd68d968da307964113c2acd665a099588cee1c1 (diff)
downloadarchlinuxewe-4134fafb872a4ccbd89ebdf1adc7d3cd69da1684.tar.xz
asdf-vm new
Diffstat (limited to 'asdf-vm/asdf-vm.install')
-rw-r--r--asdf-vm/asdf-vm.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/asdf-vm/asdf-vm.install b/asdf-vm/asdf-vm.install
new file mode 100644
index 000000000..facc34dd7
--- /dev/null
+++ b/asdf-vm/asdf-vm.install
@@ -0,0 +1,11 @@
+post_install() {
+ cat <<EOF
+
+Follow the official instructions [1] to make asdf-vm work, replacing
+"\$HOME/.asdf" with "/opt/asdf-vm". The completions are already installed, just
+make sure your shell is configured to use them.
+
+[1] https://asdf-vm.com/#/core-manage-asdf?id=add-to-your-shell
+
+EOF
+}