diff --git a/README.md b/README.md index e69de29..31538f1 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,3 @@ +# Setup +```sh +sh -c "$(curl -fsSL https://dev.v4.games/zaklaus/dotfiles/raw/branch/master/get_dotfiles.sh)" diff --git a/prep b/prep index 85186f1..239e21f 100755 --- a/prep +++ b/prep @@ -1,3 +1,5 @@ #!/bin/bash -sudo apt install ripgrep build-essential git cmake fzf stow +sudo apt install neovim ripgrep build-essential git cmake fzf stow +sudo update-alternatives --config editor +sudo update-alternatives --config vim