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/link.bash

11 lines
238 B
Bash
Raw Normal View History

2016-07-28 06:56:03 -05:00
#!/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" "$HOME/.config/qutebrowser"