Skip to content

Instantly share code, notes, and snippets.

@simion-chis
simion-chis / docker-compose.yml
Created June 16, 2023 04:43 — forked from ankurk91/docker-compose.yml
My docker compose for local development
version: "3"
services:
postgres15:
image: 'nickblah/postgis:15-postgis-3'
container_name: postgres-15
restart: unless-stopped
ports:
- "${FORWARD_PGSQL_PORT:-5432}:5432"
volumes:
@simion-chis
simion-chis / Powerline.md
Last active July 17, 2019 20:31 — forked from mrkara/Powerline.md
Install Powerline on Debian 9 Stretch
  1. Install pip sudo apt-get install python-pip
  2. Install powerline sudo pip install powerline-status
  3. Install fonts sudo apt-get install fonts-powerline
  4. Add these lines to respective files:

.vimrc - You need to have vim compiled with python support. Install vim-nox > set rtp+=/usr/local/lib/python2.7/dist-packages/powerline/bindings/vim/