Skip to content

Instantly share code, notes, and snippets.

View avoinea's full-sized avatar
🇷🇴
The Sound of Silence

Alin Voinea avoinea

🇷🇴
The Sound of Silence
View GitHub Profile
@avoinea
avoinea / buildout.cfg
Created September 19, 2017 09:26 — forked from david-batranu/buildout.cfg
plone-wsgi
# Install uwsgi>=2.0.15 (requires build-essential and python-dev)
# adding it to eggs should also work, assuming you have gcc
[buildout]
parts +=
instance
uwsgi-app
uwsgi-run
[uwsgi-run]
@avoinea
avoinea / .vimrc
Last active March 13, 2017 16:03 — forked from david-batranu/.vimrc
plug-only vim, requires a ~/.vim/backups folder for persistent undo
# Installation:
#
# $ mkdir ~/.vim/backups
# $ curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
# $ curl -o ~/.vimrc https://gist.githubusercontent.com/avoinea/3b7a79cb50d86af125454a1c669ec702/raw/e6469bfc7c246cfdf1060abd64c13c871c6ba46a/.vimrc
# $ vim
# :PlugInstall
# :q
#
# Enjoy ;)