48 lines
658 B
Markdown
48 lines
658 B
Markdown
# Guide
|
|
|
|
Complete (but currently incomplete) guide to installing my systems.
|
|
|
|
## Installation guides
|
|
|
|
|
|
|
|
---
|
|
|
|
[OLD]
|
|
|
|
## Base system: Manjaro
|
|
|
|
## Window manager: i3
|
|
|
|
```
|
|
pacman -S i3-wm i3lock i3status
|
|
```
|
|
|
|
Take the following config files
|
|
|
|
- [i3 config folder](./.config/i3/)
|
|
-
|
|
|
|
## Connections
|
|
|
|
```
|
|
pacman -S network-manager-applet nm-connection-editor blueman
|
|
```
|
|
|
|
## Notifications
|
|
|
|
```
|
|
pacman -S dunst
|
|
```
|
|
|
|
## Install additional software
|
|
|
|
```
|
|
yay onedrive-abraunegg onedrive_tray-git
|
|
yay typora-free
|
|
```
|
|
|
|
Take the folowwing config files
|
|
|
|
- [OneDrivePersonal config](./.config/OneDrivePersonal/config)
|
|
- [OneDriveUGent config](./.config/OneDriveUGent/config
|