summaryrefslogtreecommitdiff
path: root/git-remote-dropbox.sh
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2020-10-04 16:39:21 -0400
committerBenjamin Chausse <benjamin@chausse.xyz>2020-10-04 16:39:21 -0400
commite10add2263012f44ec346af8c262bcd6b41dabdb (patch)
tree76385bcdbd18dd9859d2ee956539fd13464b5612 /git-remote-dropbox.sh
parentd36e1a6139876f22db97bd19490593017e0bb15e (diff)
vim-plug, script cleanup, more packages
Diffstat (limited to 'git-remote-dropbox.sh')
-rwxr-xr-xgit-remote-dropbox.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/git-remote-dropbox.sh b/git-remote-dropbox.sh
deleted file mode 100755
index 46ec076..0000000
--- a/git-remote-dropbox.sh
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/bin/sh
-
-# This script supposes you have a usb key mounted in /mnt
-# This drive must contain your git-remote-dropbox.json finle in it's root...
-
-mkdir -p $HOME/.config/git
-cp /mnt/git-remote-dropbox.json $HOME/.config/git/git-remote-dropbox.json
-pip install --user git-remote-dropbox