From 8ef35891acdeb4161c8a2cfa66f930f76d32257b Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 3 Dec 2025 09:46:16 +0100 Subject: [PATCH] added rust module in the post install script --- post-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/post-install.sh b/post-install.sh index a10c8ca..2c8f321 100644 --- a/post-install.sh +++ b/post-install.sh @@ -13,4 +13,5 @@ source ./modules/00-library.sh && source ./modules/09-kitty.sh && source ./modules/10-tmux.sh && source ./modules/11-syncthing.sh && - source ./modules/12-yazi.sh + source ./modules/12-yazi.sh && + source ./modules/13-rust.sh