Skip to content

Instantly share code, notes, and snippets.

View aaronapple's full-sized avatar

Aaron Apple aaronapple

View GitHub Profile
Pmonophonic : Pattern {
*initClass {
Class.initClassTree(Event);
Event.composeEventType(
\monoUpdate,
composeType: \set,
parentEvent: (updateGroup:false),
func: {
|server, set|
var bundle;
@aaronapple
aaronapple / notebook_sync.md
Created October 16, 2020 22:15 — forked from giantryansaul/notebook_sync.md
Notebook sync through vimwiki and git

Title: Notebook sync through vimwiki and git

Objective

In this project I'm going to create a local directory and sync it up with a remote machine in my house using git. I'm going to write all of my notes in markdown and use vimwiki as my notetaking editor of choice.

Setup

You'll need all of these things to get started:

  • Git