Update
This commit is contained in:
parent
a47d635070
commit
b0365310b7
4 changed files with 5 additions and 191 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue