1
0
Fork 0
This commit is contained in:
Florian RICHER 2021-06-17 22:46:19 +02:00
parent a47d635070
commit b0365310b7
4 changed files with 5 additions and 191 deletions

View file

@ -81,7 +81,10 @@ install_neovim () {
mkdir -p ~/.config/nvim
cp -r ./configs/nvim/* ~/.config/nvim
refresh_repo
sudo apt install ripgrep -y
sudo apt install ripgrep ruby-dev -y
gem install --user-install solargraph
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
;;
*)
echo "No modification"