diff --git a/.bashrc b/.bashrc index 01caed1..a5f6566 100644 --- a/.bashrc +++ b/.bashrc @@ -267,3 +267,5 @@ fi ### SETTING THE STARSHIP PROMPT ### eval "$(starship init bash)" + +source /home/dt/.config/broot/launcher/bash/br diff --git a/.local/share/castero/castero.db b/.local/share/castero/castero.db deleted file mode 100644 index 396ecb6..0000000 Binary files a/.local/share/castero/castero.db and /dev/null differ diff --git a/.local/share/qutebrowser/userscripts/dmenu-open b/.local/share/qutebrowser/userscripts/dmenu-open deleted file mode 100755 index 5712814..0000000 --- a/.local/share/qutebrowser/userscripts/dmenu-open +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/bash - -url=$({ - cat "$QUTE_CONFIG_DIR"/bookmarks/urls - awk '{ tmp = $1; $1 = $2; $2 = tmp; print $0 }' "$QUTE_CONFIG_DIR"/quickmarks - sqlite3 -separator ' ' "$QUTE_DATA_DIR"/history.sqlite 'SELECT url, title FROM CompletionHistory' -} | dmenu -l 10 -p "open $* " | cut -d ' ' -f 1) - -if [ $? = 0 ] && [ -n "$url" ]; then - printf 'open %s %s\n' "$*" "$url" >>"$QUTE_FIFO" -fi diff --git a/.local/share/xmonad/.gitkeep b/.local/share/xmonad/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/.zshrc b/.zshrc index d473b97..cf87bf8 100644 --- a/.zshrc +++ b/.zshrc @@ -285,3 +285,5 @@ eval "$(starship init zsh)" + +source /home/dt/.config/broot/launcher/bash/br