From ac42be8e191fe5c6e2a923f0b040359ecfb8e6b9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=B6ren=20Wacker?= <s.wacker@tudelft.nl>
Date: Mon, 7 Oct 2024 10:17:53 +0200
Subject: [PATCH] Update .bashrc-reit

---
 .bashrc-reit | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.bashrc-reit b/.bashrc-reit
index 9451cba..b4f804f 100644
--- a/.bashrc-reit
+++ b/.bashrc-reit
@@ -53,6 +53,10 @@ alias install-micromamba='"${SHELL}" <(curl -L micro.mamba.pm/install.sh)'
 ### Alias to install Pixi dependency manager
 alias install-pixi='curl -fsSL https://pixi.sh/install.sh | bash'
 
+### Alias to install UV Python package manager
+alias install-uv='curl -LsSf https://astral.sh/uv/install.sh | sh'
+
+
 ## Docker
 alias docker-stop-all='sudo docker stop $(sudo docker ps -a -q)'
 alias docker-rm-all='sudo docker rm $(sudo docker ps -a -q)'
-- 
GitLab