1
0
Fork 0

small visual improvements

This commit is contained in:
Luca Bilke 2023-06-16 10:20:47 +02:00
parent fa992b3d64
commit 1af09cbc5d
2 changed files with 3 additions and 1 deletions

View file

@ -10,6 +10,7 @@ set period 1
set previewer ~/.config/lf/preview
set cleaner ~/.config/lf/clean
set drawbox
set cursorpreviewfmt "\033[7;90m"
# promptfmt is set in the on-cd command
cmd open $set -f; rifle -c $XDG_CONFIG_HOME/lf/rifle.conf -p 0 $fx; clear

View file

@ -37,10 +37,11 @@ if [ -n "$unmerged_files" ]; then
printf "\n"
printf "%s" "$unmerged_files\n"
else
printf "%b" "$BOLD${BLUE}Symlinking dotfiles...$NC\n\n"
stow -R -t "$HOME" dots || printf "%b" "${RED}Failed to run stow!$NC\n"
fi
printf "%b" "$BOLD${BLUE}Generating firefox profiles...$NC\n\n"
printf "%b" "$BOLD${BLUE}Generating firefox profiles...$NC\n"
"$DOTS_DIR/.mozilla/firefox/generate.sh"
printf "\n"