Skip to content

Instantly share code, notes, and snippets.

@Loliver1224
Created March 23, 2021 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Loliver1224/81cefdf5bce29c467f3d6571f90a345e to your computer and use it in GitHub Desktop.
Save Loliver1224/81cefdf5bce29c467f3d6571f90a345e to your computer and use it in GitHub Desktop.
Rust製CLIのfishシェル上でのインストール
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh # install Rust
set -U fish_user_paths $fish_user_paths $HOME/.cargo/bin # set Rust path
# install cargo packages
cargo install exa bat hexyl fd-find procs ripgrep
@Loliver1224
Copy link
Author

Rustのパス設定について,bashの場合はsource ~/.profileを実行

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment