Files
myi3/README.md
Karl Goecking 66f6253f18 Seafile komplett entfernt, Workspace-Zuweisungen angepasst
- Seafile entfernt: AUR-Paket, systemd-Service, Ansible-Tasks, ~/Seafile Verzeichnis, Doku
- Vivaldi assign korrigiert: WS1 -> WS4:WEB (passend zur neuen Workspace-Struktur)
- Workspace-Doku aktualisiert: WS1-3 frei, WS4:WEB, WS5:EDIT, WS6:FILES
2026-02-16 07:05:22 +01:00

18 lines
485 B
Markdown

# myi3-setup
Configure my Laptop
## How to run it
#### Install Pre-reqs
```
$ sudo pacman -S ansible i3 (for Arch Linux)
$ sudo dnf install ansible (for Fedora, i3 will be installed during ansible run)
```
(for Ubuntu refer docs/ubuntu-specific.md)
#### Clone my repo and run ansible
```
$ git clone https://github.com/justmeandopensource/myi3
$ cd myi3
$ ansible-playbook -i inventory setup.yaml (edit the username in setup.yaml before running)
```