Commit 752e423

bryfry <bryon@fryer.io>
2016-06-01 01:32:47
update TODO / DONE
1 parent d9d3055
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