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

  • 1.0.1
  • github.​com
  • github.​com
  • 10 years ago
  • 24 minutes ago
  • 10 years ago

Installs

  • Total 377
  • Win 0
  • Mac 377
  • Linux 0
Jul 27 Jul 26 Jul 25 Jul 24 Jul 23 Jul 22 Jul 21 Jul 20 Jul 19 Jul 18 Jul 17 Jul 16 Jul 15 Jul 14 Jul 13 Jul 12 Jul 11 Jul 10 Jul 9 Jul 8 Jul 7 Jul 6 Jul 5 Jul 4 Jul 3 Jul 2 Jul 1 Jun 30 Jun 29 Jun 28 Jun 27 Jun 26 Jun 25 Jun 24 Jun 23 Jun 22 Jun 21 Jun 20 Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13
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 1 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 1 0 0 0 0 0 0 1 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)