This repository has been archived on 2024-12-15. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/bin/install.sh

11 lines
186 B
Bash
Executable File

#!/usr/bin/env sh
TARGET_DIR=~/.local/bin
mkdir --parents ~/.local/bin
ln -svrf light ${TARGET_DIR}/light
ln -svrf dark ${TARGET_DIR}/dark
ln -svrf wiki-sync ${TARGET_DIR}/wiki-sync