aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cheat.sh/install
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-11-08 16:42:12 -0600
committerToby Vincent <tobyv13@gmail.com>2021-11-08 16:42:12 -0600
commit4cffe4db58ccdc08eeadbff0cc123caa010cd710 (patch)
tree7486731c97b11d04b665bbc31266160169ddba33 /cheat.sh/install
parentddfc36b56f13024c59823a0f491d8b75e34d3fb2 (diff)
revert: removed unused configs; wrote new install script
Diffstat (limited to 'cheat.sh/install')
-rwxr-xr-xcheat.sh/install7
1 files changed, 0 insertions, 7 deletions
diff --git a/cheat.sh/install b/cheat.sh/install
deleted file mode 100755
index aa0b9ec..0000000
--- a/cheat.sh/install
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/usr/bin/env bash
-
-if [ ! "$(which cht.sh)" ]; then
- mkdir -p ~/.local/bin
- curl https://cht.sh/:cht.sh >~/.local/bin/cht.sh
- chmod +x ~/.local/bin/cht.sh
-fi