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 f5f89ccdeb add comment 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 10 gadiem
_keysnail.js add ext feed-add-to-feedly pirms 10 gadiem
bashrc add comment pirms 10 gadiem
conkyrc update conky pirms 12 gadiem
conkyrc.2 update conky pirms 12 gadiem
emacs.el bashrc: add f __ssh_with_cd 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 12 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 config push.default current pirms 10 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 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 do not work as I expected, yet setting up my own
environment is 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 in the
bash prompt.


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

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

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