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