Skip to content

Commit

Permalink
deps: remove windows related
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Feb 7, 2024
1 parent e821d7e commit 9d8439a
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 898 deletions.
16 changes: 2 additions & 14 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ NOCOLOR := $(shell tput sgr0)
.PHONY: \
all docs brew \
cui cli gui \
autohotkey_clean cargo git \
nvim poetry tmux windows_terminal zsh
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 All @@ -49,9 +46,6 @@ sheldon: sheldon_clean
tmux: tmux_clean
$(PWD)/tmux/bin/setup.sh

windows_terminal: windows_terminal_clean
$(PWD)/windows-terminal/bin/setup.sh

zsh: zsh_clean
$(PWD)/zsh/bin/setup.sh

Expand All @@ -62,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 All @@ -87,9 +78,6 @@ sheldon_clean:
tmux_clean:
rm -rf $(HOME)/.tmux.conf

windows_terminal_clean:
$(PWD)/windows-terminal/bin/clean.sh

zsh_clean:
rm -rf $(HOME)/.zshrc
rm -rf $(HOME)/.config/zplug
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 9d8439a

Please sign in to comment.