2023-07-01 08:26:58 +00:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
rustup update
|
|
|
|
|
2024-02-02 15:46:29 +00:00
|
|
|
cargo install --quiet --locked \
|
2024-04-02 03:30:11 +00:00
|
|
|
fd-find bat git-delta eza sd tlrc \
|
2024-04-01 02:54:57 +00:00
|
|
|
difftastic vivid zellij zoxide atuin gitui \
|
2023-09-24 15:09:39 +00:00
|
|
|
fnm stylua taplo-cli \
|
2024-04-06 17:02:22 +00:00
|
|
|
yazi-fm pokeget \
|
|
|
|
daktilo
|
2023-08-19 10:18:40 +00:00
|
|
|
|
2024-02-02 15:46:29 +00:00
|
|
|
cargo install --quiet --locked ripgrep --features 'pcre2'
|
2024-01-16 14:50:48 +00:00
|
|
|
|
2023-09-11 16:34:59 +00:00
|
|
|
bat cache --build
|
|
|
|
|
2024-04-04 10:34:12 +00:00
|
|
|
cat /dev/null >~/.zsh_history
|
|
|
|
atuin history prune
|
|
|
|
|
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
|
2023-10-28 20:08:04 +00:00
|
|
|
pokeget --hide-name eevee >data/pokeget/eevee.txt
|
|
|
|
pokeget --hide-name squirtle >data/pokeget/squirtle.txt
|