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 c9f4184fcf reorder code pirms 10 gadiem
conf mv darwin conf/darwin pirms 11 gadiem
win update putty.ini pirms 11 gadiem
20-keyboard.conf always use jp keymap pirms 11 gadiem
README.txt update README pirms 11 gadiem
_keysnail.js update feed ext pirms 10 gadiem
bashrc add alias pa pirms 10 gadiem
conkyrc update conky pirms 12 gadiem
conkyrc.2 update conky pirms 12 gadiem
emacs.el reorder code pirms 10 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 do not run setterm if login with ssh pirms 10 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 update my_ps1_scale with stty pirms 10 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