Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mikker/wezterm-icon
An alternative MacOS application icon for
https://github.com/mikker/wezterm-icon
Last synced: 20 days ago
JSON representation
An alternative MacOS application icon for
- 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: 2023-11-16T19:05:19.000Z (over 1 year ago)
- Last Synced: 2024-12-05T05:25:16.220Z (3 months ago)
- Language: Makefile
- Homepage:
- Size: 271 KB
- Stars: 76
- 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)