Skip to content
Snippets Groups Projects
Commit ac42be8e authored by Sören Wacker's avatar Sören Wacker
Browse files

Update .bashrc-reit

parent 311bcf3c
No related branches found
No related tags found
No related merge requests found
......@@ -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)'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment