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

11 lines
253 B
Bash
Raw Normal View History

2016-07-28 06:56:03 -05:00
#!/usr/bin/env bash
2016-07-29 11:28:45 -05:00
DIR=$(cd "$(dirname "${BASH_SOURCE[0]}" )/../.." && pwd)
2016-07-28 06:56:03 -05:00
source "$DIR/variables.bash"
mkdir -p "$HOME/.config/qutebrowser"
rm -rf "$HOME/.config/qutebrowser"
2016-07-29 11:27:40 -05:00
ln -s "$DOTFILES_PATH/browser/qutebrowser" "$HOME/.config/qutebrowser"
2016-07-28 06:56:03 -05:00