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 793b4058a8 keysnail.js: add style for tumblr pirms 12 gadiem
conf mv darwin conf/darwin pirms 13 gadiem
win add ckw.cfg pirms 13 gadiem
20-keyboard.conf always use jp keymap pirms 12 gadiem
README.txt update README pirms 12 gadiem
_keysnail.js keysnail.js: add style for tumblr pirms 12 gadiem
bashrc update func s pirms 12 gadiem
conkyrc update conky pirms 13 gadiem
conkyrc.2 update conky pirms 13 gadiem
emacs.el emacs.el: remove tab-mark from whitespace-style which causes unexpected display-mappining for tab pirms 12 gadiem
fonts.conf fonts.conf add source code pro pirms 12 gadiem
gitignore add *.pyc to gitignore pirms 13 gadiem
lftp.conf add lftp.conf pirms 13 gadiem
profile profile: remove MANPATH setting pirms 12 gadiem
rc.py add rc.py pirms 13 gadiem
screenrc add comment pirms 13 gadiem
setup.sh add git alias new pirms 12 gadiem
tmux.conf.pl tmux: do not bold current window pirms 12 gadiem
vimrc add git alias new pirms 12 gadiem
xinitrc always use jp keymap pirms 12 gadiem
xprograms show script info in PS1 when scripting pirms 13 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