Changed guide
This commit is contained in:
parent
705d234138
commit
e76fda8c22
1 changed files with 19 additions and 7 deletions
26
Guide.md
26
Guide.md
|
@ -4,12 +4,6 @@ Complete (but currently incomplete) guide to installing my systems.
|
||||||
|
|
||||||
## Base system: Manjaro
|
## Base system: Manjaro
|
||||||
|
|
||||||
## Connections
|
|
||||||
|
|
||||||
```
|
|
||||||
pacman -S network-manager-applet nm-connection-editor blueman
|
|
||||||
```
|
|
||||||
|
|
||||||
## Window manager: i3
|
## Window manager: i3
|
||||||
|
|
||||||
```
|
```
|
||||||
|
@ -21,8 +15,26 @@ Take the following config files
|
||||||
- [i3 config folder](./.config/i3/)
|
- [i3 config folder](./.config/i3/)
|
||||||
-
|
-
|
||||||
|
|
||||||
|
## Connections
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S network-manager-applet nm-connection-editor blueman
|
||||||
|
```
|
||||||
|
|
||||||
|
## Notifications
|
||||||
|
|
||||||
|
```
|
||||||
|
pacman -S dunst
|
||||||
|
```
|
||||||
|
|
||||||
## Install additional software
|
## Install additional software
|
||||||
|
|
||||||
```
|
```
|
||||||
yay autotiling
|
yay onedrive-abraunegg onedrive_tray-git
|
||||||
|
yay typora-free
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Take the folowwing config files
|
||||||
|
|
||||||
|
- [OneDrivePersonal config](./.config/OneDrivePersonal/config)
|
||||||
|
- [OneDriveUGent config](./.config/OneDriveUGent/config
|
||||||
|
|
Loading…
Reference in a new issue