Commit 752e423
Changed files (1)
README.md
@@ -4,13 +4,13 @@ An ansible playbook for setting up Ubuntu 16.04 (server + dwm) on a Dell Chromeb
## raw commands
- Bootstrap ansible
+#### Bootstrap ansible
* `sudo apt-get install python python-yaml python-jinja2 aptitude`
* `git clone https://github.com/ansible/ansible.git ~/git/ansible`
* `source ~/git/ansible/hacking/env-setup`
- Bootstrap github
+#### Bootstrap github
* `ssh-keygen`
* Add key (id_rsa.pub) to github
@@ -19,22 +19,26 @@ An ansible playbook for setting up Ubuntu 16.04 (server + dwm) on a Dell Chromeb
- [ ] `git config --global user.email "bryon@fryer.io"`
- [ ] `git config --global user.name "bryfry"`
- - [x] australian style trackpad, sidescrolling?
- - [x] remove right click trackpad area
- - [x] home directory dotfiles
- [ ] powertop systemd service
- [ ] battery charge logs
- - [x] power button sensitivity
- - [x] screen recording
- - [x] systemd/X lock screen
- - [ ] fix hw errors at initial login
- - [ ] zram
- [ ] improve wifi setup (script?)
- [ ] dwm - autostart firefox on tag2
- [ ] paste into st - no shift insert
+ - [ ] install golang
## TODO maybe
+ - [ ] zram
- [ ] audio drivers
- [ ] dwm - statusbar
+ - [ ] fix hw errors at initial login
- [ ] improve boot speed (ext4)
+
+## Done
+
+ - [x] australian style trackpad, sidescrolling?
+ - [x] remove right click trackpad area
+ - [x] home directory dotfiles
+ - [x] power button sensitivity
+ - [x] screen recording
+ - [x] systemd/X lock screen