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

[ ! -d "${XDG_CONFIG_HOME}/qutebrowser" ] && \
    mkdir -p "${XDG_CONFIG_HOME}/qutebrowser"

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

Consider giving Nix/NixOS a try! <3