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 ~/.fzf pull
|
2024-01-31 06:04:17 +00:00
|
|
|
~/.fzf/install --key-bindings --completion --update-rc --no-bash --no-fish
|
2024-03-10 17:46:48 +00:00
|
|
|
|
|
|
|
# Less well known
|
|
|
|
deno upgrade
|
|
|
|
|
|
|
|
nexustools -i
|