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

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

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

Consider giving Nix/NixOS a try! <3