Skip to content

Instantly share code, notes, and snippets.

View zimme's full-sized avatar
🤓

Simon Fridlund zimme

🤓
  • Köping / Stockholm, Sweden
View GitHub Profile
@zimme
zimme / meteor.fish
Last active August 25, 2017 14:38
Meteor related fish shell functions
# This will create an alias function for meteor
# if Meteor is installed.
# The alias will allow you to run meteor from
# a git checkout by using the --git flag
# Note: You need to have a Meteor git checkout
# in ~/Development/meteor or where ever you set
# the path to.
if test -e /usr/local/bin/meteor
function meteor

Keybase proof

I hereby claim:

  • I am zimme on github.
  • I am zimme (https://keybase.io/zimme) on keybase.
  • I have a public key whose fingerprint is 43C6 60A3 3173 DE55 8903 7B32 8226 C779 06EC B5F5

To claim this, I am signing this object:

@zimme
zimme / Folder structure
Last active October 9, 2015 20:16
Meteor project structure
.
├── README.md
├── addresses
│   └── lib
│   ├── collections.coffee
│   └── schemas.coffee
├── client
│   ├── config
│   │   ├── bootstrap-growl.coffee
│   │   └── bootstrap-growl.less