Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
 
 
 
 
10sr 6a8c9c29bc update README pirms 11 gadiem
conf mv darwin conf/darwin pirms 11 gadiem
win add ckw.cfg pirms 12 gadiem
20-keyboard.conf always use jp keymap pirms 11 gadiem
README.txt update README pirms 11 gadiem
_keysnail.js update and add ext about feed pirms 11 gadiem
bashrc add two snippet functions pirms 11 gadiem
conkyrc update conky pirms 12 gadiem
conkyrc.2 update conky pirms 12 gadiem
emacs.el Merge remote branch 'origin/master' pirms 11 gadiem
fonts.conf fonts.conf add source code pro pirms 11 gadiem
gitignore add *.pyc to gitignore pirms 11 gadiem
lftp.conf add lftp.conf pirms 11 gadiem
profile bashrc, profile: fix PATH configs pirms 11 gadiem
rc.py add rc.py pirms 11 gadiem
screenrc add comment pirms 12 gadiem
setup.sh add git alias new pirms 11 gadiem
tmux.conf.pl tmux: do not bold current window pirms 11 gadiem
vimrc add git alias new pirms 11 gadiem
xinitrc always use jp keymap pirms 11 gadiem
xprograms show script info in PS1 when scripting pirms 11 gadiem

README.txt

Dotfiles
========


First Principle
---------------


__Do not go out of ways how the default environments work__.


There are many cases when I must work on foreign environments, and it is always
VERY irritating when things will not work as I expect, yet setting up my own
environment will be troublesome. So I avoid changing behaviors of tools,
except for emacs.

Emacs is the editor I usually use for coding. I decided to change the behavior
of emacs as I want without thinking about other environments. When I cannot use
my emacs.el I'll use vi or vim instead.

Other tools like bash and vim basically work in the same ways even when using my
rc files. The main changes are related to showing informations, typically the
bash prompt.


Sourcing flow
-------------

~/.bash_profile <= console login
|
|--~/.dotfiles/profile
|
`--~/.bashrc
|
`--~/.dotfiles/bashrc

~/.xinitrc <= startx
|
`--openbox-session
|
|--~/.dotfiles/xprofile
|
`--~/.dotfiles/xprograms