dotfiles/scripts/manual_update.sh

15 lines
366 B
Bash
Raw Permalink Normal View History

2023-09-25 06:55:17 +00:00
#!/usr/bin/env bash
git -C ~/.oh-my-zsh pull
git -C ~/.oh-my-zsh/custom/themes/powerlevel10k pull
git -C ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions pull
git -C ~/.oh-my-zsh/custom/plugins/fzf-tab pull
2023-09-25 06:55:17 +00:00
git -C ~/.fzf pull
2024-01-31 06:04:17 +00:00
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
2024-03-15 08:12:31 +00:00
bun upgrade
bun install --global prettier@latest
deno upgrade