25 lines
673 B
Bash
Executable File
25 lines
673 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
rustup update
|
|
|
|
cargo install --quiet --locked \
|
|
fd-find bat git-delta eza sd tlrc \
|
|
difftastic vivid zellij zoxide atuin gitui \
|
|
fnm stylua taplo-cli \
|
|
yazi-fm pokeget \
|
|
daktilo
|
|
|
|
cargo install --quiet --locked ripgrep --features 'pcre2'
|
|
|
|
bat cache --build
|
|
|
|
cat /dev/null >~/.zsh_history
|
|
atuin history prune
|
|
|
|
pokeget --hide-name pikachu >data/pokeget/pikachu.txt
|
|
pokeget --hide-name clefairy >data/pokeget/clefairy.txt
|
|
pokeget --hide-name ditto >data/pokeget/ditto.txt
|
|
pokeget --hide-name chikorita >data/pokeget/chikorita.txt
|
|
pokeget --hide-name eevee >data/pokeget/eevee.txt
|
|
pokeget --hide-name squirtle >data/pokeget/squirtle.txt
|