https://github.com/mikker/wezterm-icon
An alternative MacOS application icon for WezTerm
https://github.com/mikker/wezterm-icon
macos wezterm
Last synced: 3 months ago
JSON representation
An alternative MacOS application icon for WezTerm
- Host: GitHub
- URL: https://github.com/mikker/wezterm-icon
- Owner: mikker
- Created: 2023-11-14T09:34:13.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-25T11:49:33.000Z (4 months ago)
- Last Synced: 2025-04-10T01:06:43.637Z (3 months ago)
- Topics: macos, wezterm
- Language: Makefile
- Homepage:
- Size: 275 KB
- Stars: 93
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WezTerm Application Icon
![]()
An alternative MacOS application icon for [WezTerm](https://wezfurlong.org/wezterm/).
### Installation
```sh
$ make install
```### Manual installation
- Find `WezTerm.app` in the `Applications` folder, select it and press `⌘ + i`.
- Drag `wezterm.icns` onto the application icon in the `WezTerm info` pane.
- Delete the icon cache and restart `Dock`:```bash
$ rm /var/folders/*/*/*/com.apple.dock.iconcache
$ rm -r /var/folders/*/*/*/com.apple.iconservices*
$ killall Dock
```### Building
Requires [node](https://nodejs.org/en/) and [npx](https://www.npmjs.com/package/npx).
```bash
$ make
```### Inspiration
- [kitty-icon by DinkDonk](https://github.com/DinkDonk/kitty-icon)