-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
24 lines (21 loc) · 1.64 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
A bunch of stuff that I like to have around. Below are notes about a few of them.
---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|
bin/
BaseChanger.py - converts integers into string representations in arbitrary bases, and arbitrarily-based
strings (encoding numeric values) into regular integers. Has convenience features for
bases up to base-66, which is the highest base that can be supported in standard URLs.
Used whenever I need to generate locally unique identifiers.
git_diff_wrapper - With many thanks to Jim Wierich. A thin wrapper around vimdiff so that git can use
it for 'git diff'.
Dotfiles: note these have been renamed; move to your home directory and remove the leading _ to install.
_.bashrc - mostly just has colorful, wonderful prompts
_.inputrc - configures keystrokes in all GNU readline-aware programs (bash, ipython, etc.)
_.screenrc - contains comments explaining how to do screen sharing. sort of.
_.tmux.conf - terminal sharing is much easier in tmux, so for years now I prefer it
_.vimrc - Possibly the most important thing in skel
_.vim/
syntax/
javascript.vim - the default coloration of javascript is *terrible*
templates/
* - various templates for use with Aristotle Pagaltiz's vim templates system
You have no idea how much I type :set ft=py