initial commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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)
|
||||
```
|
||||
Reference in New Issue
Block a user