This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
kana (author)
Sat Oct 25 01:52:01 -0700 2008
config /
| name | age | message | |
|---|---|---|---|
| |
Makefile | ||
| |
README | Sat Sep 20 10:36:52 -0700 2008 | |
| |
cereja/ | Wed May 21 08:44:58 -0700 2008 | |
| |
colinux/ | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.Xdefaults | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.bash.d/ | Mon Sep 10 14:09:17 -0700 2007 | |
| |
dot.bash_profile | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.bashrc | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.gitconfig.in | ||
| |
dot.gitignore | Thu Jul 17 07:34:29 -0700 2008 | |
| |
dot.guile | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.inputrc | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.mayu | Wed May 21 08:44:58 -0700 2008 | |
| |
dot.screen/ | Wed May 14 06:59:17 -0700 2008 | |
| |
dot.screenrc | Wed May 14 06:59:17 -0700 2008 | |
| |
dot.xmodmaprc | Fri Sep 14 07:41:45 -0700 2007 | |
| |
dot.xmodmaprc-dvorak | Fri Sep 14 07:41:45 -0700 2007 | |
| |
dot.zprofile | Thu Jul 17 06:41:52 -0700 2008 | |
| |
dot.zshenv | Sat Oct 11 09:04:27 -0700 2008 | |
| |
dot.zshrc | ||
| |
gauche-generate-symbols.scm | Thu Oct 02 00:50:45 -0700 2008 | |
| |
gauche-generate-syntax-vim.scm | Thu Oct 02 00:50:45 -0700 2008 | |
| |
opera/ | ||
| |
samurize/ | Sun Sep 30 08:00:23 -0700 2007 | |
| |
vim/ | ||
| |
vimup-info-generator |
README
About This Repository ===================== This git repository contains configuration files, documents and scripts for various softwares which are written by kana <http://whileimautomaton.net/>. License ======= Most of these files contain the notice on their license, but some files don't so. The following is the license for such files (which is known as MIT license): Copyright (C) 2008 kana <http://whileimautomaton.net/> Permission is hereby granted, free of charge, to any person obtaining a copy of these configuration files, associated documentation files, scripts and other associated files (the "Configuration"), to deal in the Configuration without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Configuration, and to permit persons to whom the Configuration is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Configuration. THE CONFIGURATION IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE CONFIGURATION OR THE USE OR OTHER DEALINGS IN THE CONFIGURATION. Notes ===== Naming rules for branches and tags ---------------------------------- master The latest and stable version of files. maint Branch for maintenance of the repository. {software}-{topic} Branches for some {topic} on {software}. {software}-{topic}-{version} Tags for a specific {version} of a branch {software}-{topic}. z-* Tags for dead branches which are not maintained anymore. To extract specific files ------------------------- You can easily extract (or, more precise, make a package for) specific stuffs from this repository with the following command: $ make PACKAGE_NAME={package_name} [PACKAGE_TYPE={archive_type}] package Where {package_name} is one of the strings listed in ALL_PACKAGES, and {archive_type} is one of the strings listed in ALL_PACKAGE_TYPES. See Makefile for the detail of ALL_PACKAGES and ALL_PACKAGE_TYPES. For example: $ make PACKAGE_NAME=vim-textobj-user package The above command makes vim-textobj-user-{version}.tar.bz2 which contains files and directories related to textobj-user, a Vim plugin. -- "To Vim, or not to Vim." -- The True Vim Master kana <http://whileimautomaton.net/>








