Skip to content

Commit

Permalink
maint(rye,poetry): remove
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 10, 2024
1 parent 8e87a36 commit 7659a51
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
17 changes: 2 additions & 15 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ NOCOLOR := $(shell tput sgr0)
all docs brew \
base cli gui \
cargo git \
nvim poetry tmux uv zsh
nvim tmux uv zsh

all: clean base docs

Expand Down Expand Up @@ -40,12 +40,6 @@ git: git_clean
nvim: nvim_clean
$(PWD)/nvim/bin/setup.sh

poetry: poetry_clean
$(PWD)/poetry/bin/setup.sh

rye: rye_clean
curl -sSf https://rye-up.com/get | bash

sheldon: sheldon_clean
$(PWD)/sheldon/bin/setup.sh

Expand All @@ -65,7 +59,7 @@ zsh: zsh_clean

clean: \
cargo_clean \
git_clean nvim_clean poetry_clean \
git_clean nvim_clean \
tmux_clean zsh_clean

cargo_clean:
Expand All @@ -80,13 +74,6 @@ nvim_clean:
rm -rf $(HOME)/.vim
rm -rf $(HOME)/.config/nvim

poetry_clean:
rm -rf $(HOME)/.config/pypoetry
rm -rf $(HOME)/Library/Application\ Support/pypoetry

rye_clean:
./rye/bin/clean.sh

sheldon_clean:
rm -rf $(HOME)/.config/sheldon

Expand Down
14 changes: 0 additions & 14 deletions poetry/bin/setup.sh

This file was deleted.

2 changes: 0 additions & 2 deletions poetry/config.d/config.toml

This file was deleted.

3 changes: 0 additions & 3 deletions rye/bin/clean.sh

This file was deleted.

0 comments on commit 7659a51

Please sign in to comment.