diff --git a/Makefile b/Makefile index 72e048c1..a2ff1c8b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ NOCOLOR := $(shell tput sgr0) all docs brew \ base cli gui \ cargo git \ - nvim poetry tmux zsh + nvim poetry tmux uv zsh all: clean base docs @@ -52,6 +52,9 @@ sheldon: sheldon_clean tmux: tmux_clean $(PWD)/tmux/bin/setup.sh +uv: uv_clean + curl -LsSf https://astral.sh/uv/install.sh | sh + wezterm: wezterm_clean $(PWD)/wezterm/bin/setup.sh @@ -90,6 +93,9 @@ sheldon_clean: tmux_clean: rm -rf $(HOME)/.tmux.conf +uv_clean: + rm -rf $(HOME)/.local/bin/uv $(HOME)/.local/bin/uvx + wezterm_clean: rm -rf $(HOME)/.wezterm.lua