dotfiles/prep

7 lines
227 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