diff --git a/arch_wsl.sh b/arch_wsl.sh index 4df31fb..548fe59 100644 --- a/arch_wsl.sh +++ b/arch_wsl.sh @@ -36,6 +36,8 @@ main() { # === Rustup == # Init rustup rustup default stable + # Dev tools + rustup component add rust-analysis rls # === Colors package manager == sudo sed -i "s/#Color/Color/g" /etc/pacman.conf @@ -58,8 +60,6 @@ main() { yay -S --noconfirm spim-svn cal8tor # === Rust == - # Dev tools - rustup component add rust-analysis rls # Add Cargo packages from Rust mkdir -p "$HOME"/.cargo/bin fish -c "fish_add_path $HOME/.cargo/bin"