Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 780 Bytes

README.md

File metadata and controls

37 lines (25 loc) · 780 Bytes

WezTerm Application Icon

An alternative MacOS application icon for WezTerm.

Installation

$ 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:
$ rm /var/folders/*/*/*/com.apple.dock.iconcache
$ rm -r /var/folders/*/*/*/com.apple.iconservices*
$ killall Dock

Building

Requires node and npx.

$ make

Inspiration