|
há 8 anos atrás | |
---|---|---|
bashrc.d | há 8 anos atrás | |
login.d | há 8 anos atrás | |
rc.d | há 8 anos atrás | |
zshrc.d | há 8 anos atrás | |
LICENSE | há 8 anos atrás | |
README.md | há 8 anos atrás | |
bash_profile | há 8 anos atrás | |
bashrc | há 8 anos atrás | |
inputrc | há 8 anos atrás | |
zlogin | há 8 anos atrás | |
zshrc | há 8 anos atrás |
I don't like messy dotfiles. You can read here why.
~/.shellrc/rc.d
as an include.d style directory for scripts used by all shells~/.shellrc/bashrc.d
as an include.d style directory for bashrc scripts~/.shellrc/zsh.d
as an include.d style directory for zshrc scripts~/.shellrc/login.d
as an include.d style directory for shared zlogin/bash_profile scriptscd
git clone git://github.com/chr4/shellrc.git .shellrc
# bash config
ln -sf .shellrc/bashrc .bashrc
ln -sf .shellrc/bash_profile .bash_profile
ln -sf .shellrc/inputrc .inputrc
# zsh config
ln -sf .shellrc/zshrc .zshrc
ln -sf .shellrc/zlogin .zlogin