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.md 1.1 KiB

11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
11 years ago
9 years ago
10 years ago
9 years ago
9 years ago
10 years ago
9 years ago
10 years ago
9 years ago
12345678910111213141516171819202122232425262728293031323334353637383940
  1. [![Build Status](https://travis-ci.org/10sr/dotfiles.svg?branch=master)](https://travis-ci.org/10sr/dotfiles)
  2. Dotfiles
  3. ========
  4. First Principle
  5. ---------------
  6. __Do not go out of ways how the default environments work__.
  7. There are many cases when I must work on foreign environments, and it is always
  8. VERY irritating when things do not work as I expected, yet setting up my own
  9. environment is troublesome. So I avoid changing behaviors of tools, except
  10. for emacs.
  11. Emacs is the editor I usually use for coding. I decided to change the behavior
  12. of emacs as I want without thinking about other environments. When I cannot use
  13. my emacs.el I'll use vi or vim instead.
  14. Other tools like bash and vim basically work in the same ways even when using my
  15. rc files. The main changes are related to showing informations, typically in the
  16. bash prompt.
  17. Get Latest Makefile
  18. -------------------
  19. NOTE: Currently on the way of migration from `setup.sh` to `Makefile`.
  20. `setup.sh` is available at `j.mp/10sr_setup`.
  21. Issue
  22. curl -L j.mp/10sr_make | make -f -
  23. to use latest Makefile.