Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

11 роки тому
11 роки тому
10 роки тому
11 роки тому
10 роки тому
11 роки тому
11 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12 роки тому
12345678910111213141516171819202122232425262728293031323334353637383940414243
  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 do not work as I expected, yet setting up my own
  8. environment is troublesome. So I avoid changing behaviors of tools, except
  9. 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 in the
  15. bash prompt.
  16. Sourcing flow
  17. -------------
  18. $HOME/.profile <= console login (maybe sourced from .{ba,z}sh_profile)
  19. |
  20. `--$HOME/.{ba,z}shrc
  21. |
  22. `--$HOME/.dotfiles/shrc
  23. ~/.xinitrc <= startx
  24. |
  25. `--openbox-session
  26. |
  27. |--~/.dotfiles/xprofile
  28. |
  29. `--~/.dotfiles/xprograms