about summary refs log tree commit diff
path: root/curl
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--curl/.curlrc5
-rwxr-xr-xcurl/@install7
2 files changed, 12 insertions, 0 deletions
diff --git a/curl/.curlrc b/curl/.curlrc
new file mode 100644
index 0000000..9df54c4
--- /dev/null
+++ b/curl/.curlrc
@@ -0,0 +1,5 @@
+connect-timeout = 60
+progress-bar
+referer = ";auto"
+remote-time
+show-error
diff --git a/curl/@install b/curl/@install
new file mode 100755
index 0000000..1bcb15a
--- /dev/null
+++ b/curl/@install
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+stow \
+    --target="${HOME}" \
+    --ignore="^@.*" \
+    --verbose \
+    curl

Consider giving Nix/NixOS a try! <3