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

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

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

Consider giving Nix/NixOS a try! <3