Skip to content

Commit

Permalink
misc: resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Feb 12, 2024
2 parents 3711cc7 + 36d6d47 commit 1afba93
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 603 deletions.
8 changes: 1 addition & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ NOCOLOR := $(shell tput sgr0)
.PHONY: \
all docs brew \
cui cli gui \
autohotkey_clean cargo git \
cargo git \
nvim poetry tmux zsh

all: clean cui docs
Expand All @@ -28,9 +28,6 @@ brew_gui:

cui: cargo git nvim poetry tmux zsh

autohotkey: autohotkey_clean
$(PWD)/autohotkey/bin/setup.sh

cargo: cargo_clean
$(PWD)/cargo/bin/setup.sh

Expand Down Expand Up @@ -59,9 +56,6 @@ clean: \
git_clean nvim_clean poetry_clean \
tmux_clean zsh_clean

autohotkey_clean:
$(PWD)/autohotkey/bin/clean.sh

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

Expand Down
6 changes: 0 additions & 6 deletions autohotkey/bin/clean.sh

This file was deleted.

6 changes: 0 additions & 6 deletions autohotkey/bin/setup.sh

This file was deleted.

244 changes: 0 additions & 244 deletions autohotkey/config.d/emacs.ahk

This file was deleted.

33 changes: 0 additions & 33 deletions autohotkey/config.d/minimum.ahk

This file was deleted.

Loading

0 comments on commit 1afba93

Please sign in to comment.