2023-07-01 08:26:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
rustup update
|
|
|
|
|
2023-09-28 10:07:20 +00:00
|
|
|
cargo install --locked \
|
2023-09-24 15:09:39 +00:00
|
|
|
fd-find bat ripgrep git-delta exa tealdeer \
|
|
|
|
difftastic vivid \
|
|
|
|
fnm stylua taplo-cli \
|
|
|
|
pfetch pokeget
|
2023-08-19 10:18:40 +00:00
|
|
|
|
2023-09-11 16:34:59 +00:00
|
|
|
bat cache --build
|
|
|
|
|
2023-09-04 12:32:33 +00:00
|
|
|
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
|