This repository has been archived on 2024-03-28. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles/browser/qutebrowser/link.bash
2016-07-29 11:28:45 -05:00

11 lines
253 B
Bash
Executable file

#!/usr/bin/env bash
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
source "$DIR/variables.bash"
mkdir -p "$HOME/.config/qutebrowser"
rm -rf "$HOME/.config/qutebrowser"
ln -s "$DOTFILES_PATH/browser/qutebrowser" "$HOME/.config/qutebrowser"