Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.24 KB | None | 0 0
  1. This list should be added to my `dotfiles` documentation. However, this is a quick and dirty transcript of a note.
  2.  
  3. - [x] `pico` coloring (`~/.nanorc`)
  4. - [x] Anonymous pro font
  5. - [x] Firefox history and bookmarks (copy Mozilla profile from backup)
  6. - [x] `bash` directory commands (`~/.bashrc` symlinked to `dotfiles`)
  7. - [x] `howdoi`
  8. - Install `pip` via `python get-pip.py` (downloaded from pip's website)
  9. - pip install howdoi
  10. - [x] `google-music-webkit`
  11. - Install `node-webkit`
  12. - See relevant gist
  13. - Install `node` and `npm`
  14. - Use `node-source/distributions`
  15. - Install `git`
  16. - Clone repo (`git clone URL`), install dependencies (`npm install`), play music (`nw .`)
  17. - [x] Windows VM (with repro scripts)
  18. - Use `ievms` for download and installation
  19. - I prefer only IE9 + Win 7 for saving space/basic reproduction
  20. - Install Guest additions
  21. - Enable bidirectional copy/paste to avoid using IE
  22. - Navigate to Chocolatey install script on host machine
  23. - Copy/paste from host to guest machine in Admin `cmd.exe`
  24. - Install nice to have programs via `choco` (Chocolatey)
  25. - cmder
  26. - Chrome
  27. - sublime
  28. - Not yet installed
  29. - gow (gnu on Windows)
  30. - node
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement