Skip to content

Instantly share code, notes, and snippets.

@ninachaubal
ninachaubal / octavers.spn
Created September 17, 2020 07:50
SpinCAD output
; Untitled
; null
; Pot 0:
; Pot 1:
; Pot 2:
;
;
; ----------------------------
;------ Pot 0
;------ Pot 1
@ninachaubal
ninachaubal / keybase.md
Created April 26, 2019 23:20
keybase proof

Keybase proof

I hereby claim:

  • I am ninachaubal on github.
  • I am ninac (https://keybase.io/ninac) on keybase.
  • I have a public key ASCLfB5JBV8LCpTMSi-jihBy8XI3hvVnlhoW6Vj1ymhc7Ao

To claim this, I am signing this object:

@ninachaubal
ninachaubal / .vimrc
Last active January 6, 2020 00:25
.vimrc
if empty(glob('~/.vim/autoload/plug.vim'))
silent !curl -fLo ~/.vim/autoload/plug.vim --create-dirs
\ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
autocmd VimEnter * PlugInstall --sync | source $MYVIMRC
endif
" Load plugins
call plug#begin('~/.vim/plugged')
Plug 'vim-airline/vim-airline'
Plug 'vim-airline/vim-airline-themes'