Messages everywhere

This commit is contained in:
Anton Volnuhin 2023-05-28 16:16:34 +03:00
parent 15ba4cbaa3
commit 99c4a85128
3 changed files with 43 additions and 3 deletions

View File

@ -1,8 +1,12 @@
#!/usr/bin/env fish
# fish_plugins hash {{ include "private_dot_config/nvim/init.lua" | sha256sum }}
Green='\033[0;32m' # Green
NC='\033[0m' # No Color
printf "Executing neovim :Lazy sync..."
echo
printf "$GreenExecuting neovim :Lazy sync..."
nvim --headless "+Lazy! sync" +qa
nvim --headless ":MasonUpdate" +qa
echo " done."
echo " done.$NC"
echo

View File

@ -1,5 +1,17 @@
#!/usr/bin/env fish
# fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }}
Green='\033[0;32m' # Green
NC='\033[0m' # No Color
echo -e "
$Green###############################################################################
## ##
## Updating fisher plugins ##
## ##
###############################################################################$NC"
sleep 1
fisher update

View File

@ -1,6 +1,30 @@
#!/usr/bin/env fish
Green='\033[0;32m' # Green
NC='\033[0m' # No Color
echo -e "
$Green###############################################################################
## ##
## Waiting for Neovim treesitter initiations ##
## ##
###############################################################################$NC"
sleep 3
timeout 10s nvim --headless ":TSUpdate" || true
fisher update
echo -e "
$Green###############################################################################
## ##
## Preparing to configure tide prompt... ##
## ##
###############################################################################$NC"
sleep 5
echo 2132335212421y | tide configure
cd ~
fish