From 1277e33d9d3d5e89d1481db95410a85709f3ba73 Mon Sep 17 00:00:00 2001 From: paperbenni Date: Tue, 23 Jul 2019 19:39:57 +0200 Subject: [PATCH] install dependencies --- install.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/install.sh b/install.sh index 5392a4d..1078569 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,12 @@ #!/usr/bin/env bash echo "installing paperbenni's suckless suite" +source <(curl -s https://raw.githubusercontent.com/paperbenni/bash/master/import.sh) +pb install + +pinstall dash +pinstall slop + gclone() { git clone --depth=1 https://github.com/paperbenni/"$1".git } -- 2.11.0