Skip to content

Instantly share code, notes, and snippets.

zsh-users/zsh-autosuggestions
zdharma/fast-syntax-highlighting
# spaceship
denysdovhan/spaceship-prompt
@pdavid31
pdavid31 / wifi.yaml
Created April 25, 2019 17:50
Hypriot config
#cloud-config
# Set your hostname here, the manage_etc_hosts will update the hosts file entries as well
hostname: hypriot-master
manage_etc_hosts: true
# You could modify this for your own user information
users:
- name: pirate
gecos: 'Hypriot Pirate'
@pdavid31
pdavid31 / Dockerfile
Last active April 30, 2019 14:47
PreCommit - Automatic diagram processing in StarUML
FROM node:8.15-jessie
# makes global installation possible
ENV NPM_CONFIG_PREFIX=/home/node/.npm-global
# optionally if you want to run npm global bin without specifying path
ENV PATH=$PATH:/home/node/.npm-global/bin
RUN apt-get update
RUN apt-get install -y build-essential libcairo2-dev libpango1.0-dev libjpeg-dev libgif-dev librsvg2-dev
@pdavid31
pdavid31 / db.json
Created December 13, 2017 10:24
GeoJSON
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.