sisyphus/Guide.md
2022-03-18 08:57:28 +01:00

28 lines
382 B
Markdown

# Guide
Complete (but currently incomplete) guide to installing my systems.
## Base system: Manjaro
## Connections
```
pacman -S network-manager-applet nm-connection-editor blueman
```
## Window manager: i3
```
pacman -S i3-wm i3lock i3status
```
Take the following config files
- [i3 config folder](./.config/i3/)
-
## Install additional software
```
yay autotiling
```