Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 728 Bytes

README.md

File metadata and controls

35 lines (23 loc) · 728 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; killall Dock

Building

Requires node and npx.

$ make

Inspiration