File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,9 @@ yadm checkout -- ~/.config/yazi/
4646ya pkg upgrade && \
4747 printf " \n${GREEN} %s${NC} \n" " Done"
4848
49+ printf " ${YELLOW} %s${NC} \n" " Installing pre-commit hooks..."
50+ yadm enter pre-commit install --install-hooks 2> /dev/null || true
51+
4952printf " ${YELLOW} %s${NC} \n" " Updating neovim plugins..."
5053nvim --headless ' +Lazy! sync' +qa && \
5154 nvim --headless " +Lazy! build firenvim" +qa && \
Original file line number Diff line number Diff line change @@ -25,4 +25,7 @@ printf "${YELLOW}%s${NC}\n" "Updating tmux plugins..."
2525~ /.tmux/plugins/tpm/bin/update_plugins all
2626~ /.tmux/plugins/tpm/bin/clean_plugins
2727
28+ printf " ${YELLOW} %s${NC} \n" " Installing /share/Container pre-commit hooks..."
29+ (cd /share/Container && pre-commit install --install-hooks)
30+
2831" ${YADM_SCRIPTS} /update-common.zsh"
You can’t perform that action at this time.
0 commit comments