Commit e5c01ae

bryfry <116113+bryfry@users.noreply.github.com>
2022-11-14 11:45:04
Update README.md
1 parent aec5248
Changed files (1)
README.md
@@ -1,30 +1,28 @@
 
-### Setup 
+### Setup pasta
 
-```
-sudo fallocate -l 2G /swap
-sudo dd if=/dev/zero of=/swap bs=1024 count=2097152
-sudo chmod 600 /swap
-sudo mkswap /swap
-sudo swapon /swap
-echo /swap swap swap defaults 0 0 | sudo tee -a /etc/fstab
+```bash
+{
+  sudo fallocate -l 2G /swap
+  sudo dd if=/dev/zero of=/swap bs=1024 count=2097152
+  sudo chmod 600 /swap
+  sudo mkswap /swap
+  sudo swapon /swap
+  echo /swap swap swap defaults 0 0 | sudo tee -a /etc/fstab
+} 
 ```
 
+```bash
+{
+  sudo apt update
+  sudo apt install -y python3-pip git  
+  python3 -m pip install --user --upgrade pip wheel
+  python3 -m pip install --user ansible
+  source ~/.profile
+  mkdir git 
+  cd git
+  git clone git@github.com:bryfry/trustme.click.git   
+  cd trustme.click
+  ansible-playbook main.yml
+}
 ```
-sudo apt update
-sudo apt install -y python3-pip git  
-python3 -m pip install --user --upgrade pip wheel
-python3 -m pip install --user ansible
-source ~/.profile
-mkdir git 
-cd git
-git clone git@github.com:bryfry/trustme.click.git   
-cd trustme.click
-ansible-playbook main.yml
-```
-
-
-### Post-install
-
-* [`vim-go`](https://github.com/fatih/vim-go#install)
-* [`vim-zig`](https://github.com/ziglang/zig.vim)