local/bin/homeinit: Remove qutebrowser bookmarks installation.

master
Pierre Neidhardt 2020-06-11 12:15:09 +02:00
parent b23f22b410
commit 247cabcd37
1 changed files with 0 additions and 7 deletions

View File

@ -244,13 +244,6 @@ if [ ! -d "$QUICKLISP_DIR" ] && inpath $LISP && inpath $DOWNLOAD_AGENT; then
rm -v /tmp/setup.lisp
fi
section "Bookmarks"
if inpath qutebrowser; then
mkdir -pv "$XDG_CONFIG_HOME/qutebrowser/bookmarks"
lnn "$SOURCEDIR/bookmarks/bookmarks" "$XDG_CONFIG_HOME/qutebrowser/bookmarks/urls"
lnn "$SOURCEDIR/bookmarks/quickmarks" "$XDG_CONFIG_HOME/qutebrowser/"
fi
section "Emacs"
if $OPT_UPDATE && ! inpath emacs; then
message "Emacs: Installing latest development version"