dotfiles/scripts/cargo.sh

17 lines
417 B
Bash
Raw Normal View History

2023-07-01 08:26:58 +00:00
#!/usr/bin/env bash
rustup update
cargo install --locked \
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