Commit e5c01ae
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)