You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.txt 1006 B

11 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
12 years ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. Dotfiles
  2. ========
  3. First Principle
  4. ---------------
  5. __Do not go out of ways how the default environments work__.
  6. There are many cases when I must work on foreign environments, and it is always
  7. VERY irritating when things will not work as I expect, yet setting up my own
  8. environment will be troublesome. So I avoid changing behaviors of tools,
  9. except for emacs.
  10. Emacs is the editor I usually use for coding. I decided to change the behavior
  11. of emacs as I want without thinking about other environments. When I cannot use
  12. my emacs.el I'll use vi or vim instead.
  13. Other tools like bash and vim basically work in the same ways even when using my
  14. rc files. The main changes are related to showing informations, typically the
  15. bash prompt.
  16. Sourcing flow
  17. -------------
  18. ~/.bash_profile <= console login
  19. |
  20. |--~/.dotfiles/profile
  21. |
  22. `--~/.bashrc
  23. |
  24. `--~/.dotfiles/bashrc
  25. ~/.xinitrc <= startx
  26. |
  27. `--openbox-session
  28. |
  29. |--~/.dotfiles/xprofile
  30. |
  31. `--~/.dotfiles/xprograms