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 a825348a5e always enable color when git is cadlled interactively pirms 12 gadiem
conf mv darwin conf/darwin pirms 13 gadiem
win update putty.ini pirms 12 gadiem
20-keyboard.conf always use jp keymap pirms 12 gadiem
README.txt update README pirms 12 gadiem
_keysnail.js update feed ext pirms 12 gadiem
bashrc always enable color when git is cadlled interactively pirms 12 gadiem
conkyrc update conky pirms 13 gadiem
conkyrc.2 update conky pirms 13 gadiem
emacs.el bashrc, emacs.el: add func memo 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 do not run setterm if login with ssh 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 update my_ps1_scale with stty 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