Skip to content

Commit

Permalink
feat(ghostty): update script
Browse files Browse the repository at this point in the history
  • Loading branch information
caarlos0 committed Nov 3, 2023
1 parent 47957b7 commit f4d0c01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,4 @@ nix-collect-garbage

# TODO

- [x] postgres module
- [x] set-defaults
- [x] maybe move most of the functions to bin?
- [ ] yubikey
- [x] code of conduct, license, etc
- [x] better organize ./modules/dev/
- [x] install wezterm's terminfo with nix, currently just following instructions
[here](https://wezfurlong.org/wezterm/faq.html#how-do-i-enable-undercurl-curly-underlines) manually
6 changes: 6 additions & 0 deletions modules/bins/bin/ghostty-update
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash
set -eo pipefail
cd /tmp
gh release download -R mitchellh/ghostty tip -p 'ghostty-macos-universal.zip' --clobber
unzip -d ~/Applications ghostty-macos-universal.zip
rm -f ghostty-macos-universal.zip

0 comments on commit f4d0c01

Please sign in to comment.