improve prep + steps

master
Dominik Madarász 2024-05-21 09:49:43 +00:00
parent a2aa8e2867
commit 6138f8e270
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,3 @@
# Setup
```sh
sh -c "$(curl -fsSL https://dev.v4.games/zaklaus/dotfiles/raw/branch/master/get_dotfiles.sh)"

4
prep
View File

@ -1,3 +1,5 @@
#!/bin/bash #!/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