diff --git a/Guide.md b/Guide.md new file mode 100644 index 0000000..a0e2915 --- /dev/null +++ b/Guide.md @@ -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) diff --git a/i3/config b/i3/config new file mode 120000 index 0000000..f6aa44f --- /dev/null +++ b/i3/config @@ -0,0 +1 @@ +/home/tdpeuter/.config/i3/config \ No newline at end of file