|
vor 1 Jahr | |
---|---|---|
aliases.d | vor 1 Jahr | |
bashrc.d | vor 2 Jahren | |
login.d | vor 2 Jahren | |
rc.d | vor 2 Jahren | |
zshrc.d | vor 8 Jahren | |
LICENSE | vor 8 Jahren | |
README.md | vor 2 Jahren | |
bash_profile | vor 2 Jahren | |
bashrc | vor 2 Jahren | |
inputrc | vor 8 Jahren | |
zlogin | vor 2 Jahren | |
zshrc | vor 2 Jahren |
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 (not --login
usage)~/.shellrc/bashrc.d
as an include.d style directory for bashrc scripts (not --login
usage)~/.shellrc/zsh.d
as an include.d style directory for zshrc scripts (not --login
usage)~/.shellrc/login.d
as an include.d style directory for shared zlogin/bash_profile scripts (--login
usage)cd
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