setup: remove section numberings
This commit is contained in:
24
README.md
24
README.md
@@ -4,7 +4,7 @@ Install guide with DIY spirit, key is to reproduce my system setup while making
|
|||||||
|
|
||||||
- Commands are written for user `kk` unless stated otherwise.
|
- Commands are written for user `kk` unless stated otherwise.
|
||||||
|
|
||||||
## 0. Current TODOs
|
## Current TODOs
|
||||||
|
|
||||||
### System / mounts
|
### System / mounts
|
||||||
|
|
||||||
@@ -38,7 +38,7 @@ Install guide with DIY spirit, key is to reproduce my system setup while making
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 1. Bootstrap sudo and git
|
## Bootstrap sudo and git
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
su root
|
su root
|
||||||
@@ -64,7 +64,7 @@ root
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 2. Install basic utilities
|
## Install basic utilities
|
||||||
|
|
||||||
**Automate later.**
|
**Automate later.**
|
||||||
|
|
||||||
@@ -98,7 +98,7 @@ Mostly development tools are downloaded here, stuff like tmux, vim and the compi
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 3. Speed up GRUB boot
|
## Speed up GRUB boot
|
||||||
|
|
||||||
**Automate later.** Edit `/etc/default/grub`:
|
**Automate later.** Edit `/etc/default/grub`:
|
||||||
|
|
||||||
@@ -121,7 +121,7 @@ sudo update-grub
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 4. Enable Debian non-free repositories
|
## Enable Debian non-free repositories
|
||||||
|
|
||||||
**Automate later.** Needed for NVIDIA and firmware packages.
|
**Automate later.** Needed for NVIDIA and firmware packages.
|
||||||
|
|
||||||
@@ -139,7 +139,7 @@ sudo apt update
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 5. Install drivers and firmware
|
## Install drivers and firmware
|
||||||
|
|
||||||
**Machine-specific / automate carefully.**
|
**Machine-specific / automate carefully.**
|
||||||
|
|
||||||
@@ -158,7 +158,7 @@ TODO:
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 7. Desktop environment: Sway
|
## Desktop environment: Sway
|
||||||
|
|
||||||
**Automate later.**
|
**Automate later.**
|
||||||
|
|
||||||
@@ -230,7 +230,7 @@ Log out and back in afterwards.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 9. SSH keys
|
## SSH keys
|
||||||
|
|
||||||
**Manual.** Generate a key if the machine does not already have one:
|
**Manual.** Generate a key if the machine does not already have one:
|
||||||
|
|
||||||
@@ -242,7 +242,7 @@ Now exchange the keys with relevant machines so as to make communication easier.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 10. SSHFS drives
|
## SSHFS drives
|
||||||
|
|
||||||
**Partly manual.** Install SSHFS:
|
**Partly manual.** Install SSHFS:
|
||||||
|
|
||||||
@@ -271,7 +271,7 @@ ls /server-vps
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 11. Browser / internet tools
|
## Browser / internet tools
|
||||||
|
|
||||||
**Automate later.**
|
**Automate later.**
|
||||||
|
|
||||||
@@ -287,7 +287,7 @@ sudo apt install -y w3m surfraw
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 12. Extras
|
## Extras
|
||||||
|
|
||||||
### Clipboard history
|
### Clipboard history
|
||||||
|
|
||||||
@@ -297,7 +297,7 @@ sudo apt install -y cliphist
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## 13. Voice typing: Voxtype
|
## Voice typing: Voxtype
|
||||||
|
|
||||||
**Manual / automate carefully.**
|
**Manual / automate carefully.**
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user