Skip to content

Commit

Permalink
Merge pull request #301 from himkt/bye-cargo
Browse files Browse the repository at this point in the history
misc(cargo): bye config
  • Loading branch information
himkt authored Jan 30, 2025
2 parents fcdb860 + 1174df1 commit 43b5c45
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
12 changes: 2 additions & 10 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ NOCOLOR := $(shell tput sgr0)
.PHONY: \
all docs brew \
base cli darwin gui \
cargo git \
nvim tmux uv zsh
git nvim tmux uv zsh

all: clean base docs

Expand All @@ -32,10 +31,7 @@ krew-base:

# =========================

base: cargo git tmux zsh

cargo: cargo_clean
$(PWD)/cargo/bin/setup.sh
base: git tmux zsh

darwin:
$(PWD)/darwin/bin/setup.sh
Expand Down Expand Up @@ -64,13 +60,9 @@ zsh: zsh_clean
# =========================

clean: \
cargo_clean \
git_clean nvim_clean \
tmux_clean zsh_clean

cargo_clean:
rm -rf $(HOME)/.cargo/config.toml

ghostty_clean:
rm -rf $(HOME)/Library/Application\ Support/com.mitchellh.ghostty

Expand Down
4 changes: 0 additions & 4 deletions cargo/bin/setup.sh

This file was deleted.

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

This file was deleted.

0 comments on commit 43b5c45

Please sign in to comment.