2022-03-10 22:47:56 +01:00
|
|
|
# Guide
|
|
|
|
|
2022-03-14 12:04:16 +01:00
|
|
|
Complete (but currently incomplete) guide to installing my systems.
|
|
|
|
|
2022-03-10 22:47:56 +01:00
|
|
|
## Base system: Manjaro
|
|
|
|
|
|
|
|
## Connections
|
|
|
|
|
|
|
|
```
|
|
|
|
pacman -S network-manager-applet nm-connection-editor blueman
|
|
|
|
```
|
|
|
|
|
|
|
|
## Window manager: i3
|
|
|
|
|
|
|
|
```
|
|
|
|
pacman -S i3-wm i3lock i3status
|
|
|
|
```
|
|
|
|
|
2022-03-14 12:04:16 +01:00
|
|
|
Take the following config files
|
2022-03-10 22:47:56 +01:00
|
|
|
|
2022-03-14 12:04:16 +01:00
|
|
|
- [i3 config folder](./.config/i3/)
|
2022-03-18 08:57:28 +01:00
|
|
|
-
|
|
|
|
|
|
|
|
## Install additional software
|
|
|
|
|
|
|
|
```
|
2022-03-18 09:05:03 +01:00
|
|
|
yay onedrive-abraunegg onedrive_tray-git
|
2022-03-18 08:57:28 +01:00
|
|
|
```
|
2022-03-18 09:05:03 +01:00
|
|
|
|
|
|
|
Take the folowwing config files
|
|
|
|
|
|
|
|
- [OneDrivePersonal config](./.config/OneDrivePersonal/config)
|
|
|
|
- [OneDriveUGent config](./.config/OneDriveUGent/config
|