yudai / .dotfiles

my dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Some dotfiles for GNU screen + zsh + emacs.

How To Use

$ git clone <URL here>
$ mv dotfiles .dotfiles
$ cd .dotfiles
$ ./ln

The 'ln' command makes symbolic links of the dotfiles in your home directory.

Host specific files

You can manage host specific files by putting a directory named same as the hostname under ~/.dotfiles.priv .

E.g.:

~/.dotfiles.priv/mba01/.zshrc

GNU screen

I'm using two screens to save task states.

The outer screen has '^u'(control + u) prefix. The inner (and for single use) one has '^z'(control + z) prefix.

For detail, see '.screen.parent' for the outer screen and '.screen' for the inner screen.

Useful remote command (like screenshots): screen -c .screenrc.parent -AxRU -S parent screen_child

About

my dotfiles


Languages

Language:JavaScript 59.0%Language:Emacs Lisp 35.6%Language:Common Lisp 4.7%Language:Scheme 0.5%Language:Shell 0.2%Language:Ruby 0.0%Language:Standard ML 0.0%Language:YASnippet 0.0%Language:HTML 0.0%Language:Vim Script 0.0%