Initial commit
This commit is contained in:
parent
4070f29ed6
commit
640d4c2fdd
2 changed files with 20 additions and 0 deletions
19
Guide.md
Normal file
19
Guide.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Guide
|
||||
|
||||
## Base system: Manjaro
|
||||
|
||||
## Connections
|
||||
|
||||
```
|
||||
pacman -S network-manager-applet nm-connection-editor blueman
|
||||
```
|
||||
|
||||
## Window manager: i3
|
||||
|
||||
```
|
||||
pacman -S i3-wm i3lock i3status
|
||||
```
|
||||
|
||||
Neem volgende config files over:
|
||||
|
||||
- [config](./i3/config)
|
1
i3/config
Symbolic link
1
i3/config
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/tdpeuter/.config/i3/config
|
Loading…
Reference in a new issue