dotfiles/scripts/cargo.sh

14 lines
283 B
Bash
Raw Normal View History

2023-07-01 08:26:58 +00:00
#!/usr/bin/env bash
rustup update
cargo install \
2023-08-17 03:44:50 +00:00
difftastic vivid \
2023-07-01 08:26:58 +00:00
fnm stylua taplo-cli \
2023-08-19 10:18:40 +00:00
pfetch pokeget
2023-08-19 10:19:53 +00:00
pokeget pikachu >data/pokeget/pikachu.txt
2023-08-19 11:25:12 +00:00
pokeget clefairy >data/pokeget/clefairy.txt
pokeget ditto >data/pokeget/ditto.txt
pokeget chikorita >data/pokeget/chikorita.txt