Skip to content

Commit

Permalink
feat: set ghostty as default and remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
pragmaticivan committed Dec 29, 2024
1 parent b66ffb9 commit b77063a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
1 change: 0 additions & 1 deletion home/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ tap "FelixKratz/formulae"
# CASKS #
cask "1password-cli"
cask "1password"
cask "alacritty"
cask "brave-browser"
cask "clocker"
cask "discord"
Expand Down
6 changes: 0 additions & 6 deletions home/Brewfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,6 @@
"full_name": "font-fira-mono-nerd-font"
}
},
"alacritty": {
"version": "0.13.2",
"options": {
"full_name": "alacritty"
}
},
"zoom": {
"version": "6.1.1.36333",
"options": {
Expand Down
2 changes: 1 addition & 1 deletion home/dot_profile.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export PATH=$HOME/bin:$PATH
export VISUAL="# {{ .visualeditor }}"
export EDITOR="# {{ .editor }}"
export BROWSER="safari";
export TERMINAL="alacritty";
export TERMINAL="ghostty";
export PROJECTS="$HOME/Code";
export HISTIGNORE="pwd:ls:cd"
export LANG=en_US.UTF-8

0 comments on commit b77063a

Please sign in to comment.