my personal templates to create .something configuration files.
This contains dot-file templates, for instance, vim, emacs, tmux and bash configs on Mac OS X. They will just work as scaffoldings to create my own dot-files in my home directory. The templates will only have the minimum settings, so you might want to add more configurations to them.
- Edit them as you like.
- Modify permission and ownership.
- Copy them to home directory and rename each template with ".".
$ vim tmux.conf
$ chmod 600 tmux.conf
$ cp -p tmux.conf ~/.tmux.conf
for tmux 2.1
$ tmux -V
for version 7.3.
This only contains configs to deal with Japanese text in vim.
$ vim -V
for GNU Emacs 22.1.1 (mac-apple-darwin) of 2016-02-27 on osx220.apple.com
This only has settings to deal with Japanese text in emacs.
M-x emacs-version
This has only a few essential configurations and it additionally tries to load ".bashrc". You may already have .bashrc and might want to add other settings into it.