forked from jrbl/skel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
27 lines (23 loc) · 1.77 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
25
26
27
A bunch of stuff that I normally like to have around, or that it isn't normal
for me to have, but which I thought others would find useful.
---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|---------|
bin/
TopLJPostPackager.py - Used at jrbl.org to query my LiveJournal, gather up the most recent public posts, and
stick their permalinks into a file for server-side inclusion. With minor enhancement,
could be used to repackage any RSS or Atom feed.
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.
Dotfiles: note these have been renamed; move to your home directory and remove the leading _ to install.
_.bash_logout - clears screen on logout
_.bash_profile - adjusts path and manpath and friends for /usr/local and ~/.user/
_.bashrc - mostly just has colorful, wonderful prompts
_.screenrc - contains comments explaining how to do screen sharing. sort of.
_.vimrc - Possibly the most important thing in skel
_.vim/
plugin/
* - locally installed vim plugins
templates/
* - various templates for use with Aristotle Pagaltiz's vim templates system
You have no idea how much I type :set ft=py