Skip to content

Commit

Permalink
Merge pull request #277 from himkt/ghostty
Browse files Browse the repository at this point in the history
deps(ghostty): replace wezterm with ghostty
  • Loading branch information
himkt authored Dec 28, 2024
2 parents 3d808dd + 5ba76e7 commit a9cc5e7
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 49 deletions.
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ base: cargo git tmux zsh
cargo: cargo_clean
$(PWD)/cargo/bin/setup.sh

ghostty: ghostty_clean
$(PWD)/ghostty/bin/setup.sh

git: git_clean
$(PWD)/git/bin/setup.sh

Expand All @@ -49,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 All @@ -65,6 +65,9 @@ clean: \
cargo_clean:
rm -rf $(HOME)/.cargo/config.toml

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

git_clean:
rm -rf $(HOME)/.config/git/config
rm -rf $(HOME)/.config/git/ignore
Expand All @@ -83,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
2 changes: 1 addition & 1 deletion brew/config.d/gui/Brewfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cask 'arc'
cask 'font-jetbrains-mono'
cask 'docker'
cask 'ghostty'
cask 'notion'
cask 'ngrok/ngrok/ngrok'
cask 'insomnia'
cask 'slack'
cask 'visual-studio-code'
cask 'wezterm'
cask '1password'
7 changes: 7 additions & 0 deletions ghostty/bin/setup.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash

mkdir -p $HOME/Library/Application\ Support/com.mitchellh.ghostty

ln -s \
$HOME/dotfiles/ghostty/config.d/config \
$HOME/Library/Application\ Support/com.mitchellh.ghostty/config
5 changes: 5 additions & 0 deletions ghostty/config.d/config
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
font-family = "Jetbrains Mono"
font-size = 15

background-opacity = 0.8
background-blur-radius = 20
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 a9cc5e7

Please sign in to comment.