Skip to content

Instantly share code, notes, and snippets.

View pylipp's full-sized avatar

P M pylipp

  • boxtribute
  • Munich
View GitHub Profile
@pylipp
pylipp / install.sh
Created December 2, 2017 11:18 — forked from shime/_readme.md
installation script for tmux 1.9a
#!/bin/bash
# Script for installing tmux and dependencies.
# tmux will be installed in ~/.local by default.
# Prerequisites: - gcc
# - wget
# define versions
tmux_version=${1:-2.6}
@pylipp
pylipp / backup.sh
Created October 29, 2017 14:33 — forked from schiegl/backup.sh
Borg Backup Helper Script
# Backup frontend for borg
#
# Usage: ./backup.sh <repository> [--backup|--restore <path>|--unmount <path>]
#
# Dependencies: borg, fuse
################################################################################
# #
# Backup Configuration #