Skip to content

Instantly share code, notes, and snippets.

@ntenczar
ntenczar / agnoster-min.zsh-theme
Last active August 29, 2015 14:04
Agnoster-Min
# vim:ft=zsh ts=2 sw=2 sts=2
#
# agnoster's Theme - https://gist.github.com/3712874
# A Powerline-inspired theme for ZSH
#
# # README
#
# In order for this theme to render correctly, you will need a
# [Powerline-patched font](https://github.com/Lokaltog/powerline-fonts).
#
@ntenczar
ntenczar / Gruntfile.coffee
Created June 4, 2014 15:08
The Gruntfile I use for CoffeeScript related projects
module.exports = (grunt) ->
grunt.loadNpmTasks 'grunt-contrib-coffee'
grunt.loadNpmTasks 'grunt-contrib-watch'
grunt.loadNpmTasks 'grunt-coffeelint'
grunt.loadNpmTasks 'grunt-contrib-connect'
grunt.initConfig
pkg: grunt.file.readJSON 'package.json'