ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Nyan Cat

by wiggin15 Mac ALL

Plugin for Sublime Text that adds Nyan Cat to the status bar

Details

Installs

  • Total 374
  • Win 0
  • Mac 374
  • Linux 0
Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5 May 4 May 3 May 2 May 1 Apr 30 Apr 29 Apr 28 Apr 27 Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

This is a plugin for Sublime that adds “Nyan Mode” like in emacs.

This plugin requires installing a font on the computer.

This plugin only works on Sublime Text 3 on Mac computers (the font used is not supported on other platforms)

Installation

  • Install the plugin: wget https://github.com/wiggin15/SublimeNyan/raw/master/nyan.py -O ~/Library/Application\ Support/Sublime\ Text\ 3/Packages/User/nyan.py
  • Install the font: wget https://github.com/wiggin15/SublimeNyan/raw/master/Nyan.ttf -O ~/Library/Fonts/Nyan.ttf

Screenshot

Alt text

Generating the Font

The font was generated using Python with FontTools and Jens Kutilek 'sbix' code. * Install FontTools: easy_install FontTools * Follow the instructions in http://typophile.com/node/103268 on how to install the sbix code

To generate the nyan font, under “font_sources”, run: * Run python convert_font.py (this will generate a NyanTemplate.ttf) * Run python addSbixImages.py (this will add the pngs and to the template and create Nyan.ttf)