about summary refs log tree commit diff
path: root/httpie/@install
blob: 503f1d78814aec66e0f4fb7074828d9da513d8ff (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

[ ! -d "${HOME}/.httpie" ] && \
    mkdir -p "${HOME}/.httpie"

stow \
    --target="${HOME}" \
    --ignore="^@.*" \
    --verbose \
    httpie

Consider giving Nix/NixOS a try! <3