14 lines
423 B
Bash
Executable File
14 lines
423 B
Bash
Executable File
#!/bin/bash
|
|
|
|
sudo apt update && sudo apt upgrade -y
|
|
sudo apt install -y ripgrep build-essential git cmake fzf stow zsh
|
|
sudo apt install -y ninja-build gettext unzip curl
|
|
sudo update-alternatives --set editor /usr/local/bin/nvim
|
|
sudo update-alternatives --set vim /usr/local/bin/nvim
|
|
|
|
sh ./build_neovim
|
|
|
|
git clone --depth 1 https://github.com/wbthomason/packer.nvim\
|
|
~/.local/share/nvim/site/pack/packer/start/packer.nvim
|
|
|