parent
89b5554e68
commit
46b04695db
|
@ -2,11 +2,17 @@
|
||||||
|
|
||||||
rustup update
|
rustup update
|
||||||
|
|
||||||
|
# https://stackoverflow.com/q/57734434
|
||||||
|
sudo port deactivate libiconv
|
||||||
|
|
||||||
cargo install \
|
cargo install \
|
||||||
|
fd-find bat ripgrep git-delta exa tealdeer \
|
||||||
difftastic vivid \
|
difftastic vivid \
|
||||||
fnm stylua taplo-cli \
|
fnm stylua taplo-cli \
|
||||||
pfetch pokeget
|
pfetch pokeget
|
||||||
|
|
||||||
|
sudo port activate libiconv
|
||||||
|
|
||||||
pokeget --hide-name pikachu >data/pokeget/pikachu.txt
|
pokeget --hide-name pikachu >data/pokeget/pikachu.txt
|
||||||
pokeget --hide-name clefairy >data/pokeget/clefairy.txt
|
pokeget --hide-name clefairy >data/pokeget/clefairy.txt
|
||||||
pokeget --hide-name ditto >data/pokeget/ditto.txt
|
pokeget --hide-name ditto >data/pokeget/ditto.txt
|
||||||
|
|
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
port install \
|
port install \
|
||||||
git neovim \
|
git neovim \
|
||||||
fd bat ripgrep git-delta exa fdupes rsync rclone restic tealdeer task ncdu \
|
fdupes rsync rclone restic task \
|
||||||
nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy libjxl yt-dlp \
|
nnn imagemagick ffmpegthumbnailer asciinema agg android-platform-tools scrcpy libjxl yt-dlp \
|
||||||
pipx plantuml
|
pipx plantuml
|
||||||
|
|
Loading…
Reference in New Issue