feat: start making this setup "self-hosted"

This commit is contained in:
NunoSempere 2023-11-14 15:05:33 +00:00
parent d73837c424
commit 09dca236b7

View File

@ -50,10 +50,20 @@ sudo echo "Hello world!"
```
sudo apt install git
git config --global user.email "nuno.semperelh@protonmail.com" # to do: add part of a script that asks you for this, or lets you configure it
git config --global user.name "NunoSempere"
git config --global credential.helper 'store --file ~/.^C
git config --global init.defaultBranch master
cd ~/Documents
git clone https://git.nunosempere.com/open.source/nunOS.git
```
N.B.: Could also just provide a bash script to fetch with wget. The script could then fetch other scripts? Yeah, that's probably the way to go in the end. But for now I'll be writting the individual scripts that that future script will orchestrate.
### Install a few essentials.
```
sudo apt install neovim tmux
```