Skip to content

Commit

Permalink
misc(wezterm): cleanup wezterm related configs
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Dec 28, 2024
1 parent 2a0d377 commit 5ba76e7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
6 changes: 0 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ tmux: tmux_clean
uv: uv_clean
curl -LsSf https://astral.sh/uv/install.sh | sh

wezterm: wezterm_clean
$(PWD)/wezterm/bin/setup.sh

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

Expand Down Expand Up @@ -89,9 +86,6 @@ tmux_clean:
uv_clean:
rm -rf $(HOME)/.local/bin/uv $(HOME)/.local/bin/uvx

wezterm_clean:
rm -rf $(HOME)/.config/wezterm

zsh_clean:
rm -rf $(HOME)/.zshrc

Expand Down
1 change: 0 additions & 1 deletion brew/config.d/gui/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ cask 'ngrok/ngrok/ngrok'
cask 'insomnia'
cask 'slack'
cask 'visual-studio-code'
cask 'wezterm'
cask '1password'
5 changes: 0 additions & 5 deletions wezterm/bin/setup.sh

This file was deleted.

37 changes: 0 additions & 37 deletions wezterm/config.d/wezterm.lua

This file was deleted.

0 comments on commit 5ba76e7

Please sign in to comment.