설명 없음

Jeremy MAURO 44a859a018 chore(First commit): Clean up rc files 2 년 전
bashrc.d 5413b7bb08 Initial 8 년 전
login.d 5413b7bb08 Initial 8 년 전
rc.d 5413b7bb08 Initial 8 년 전
zshrc.d 5413b7bb08 Initial 8 년 전
LICENSE 5413b7bb08 Initial 8 년 전
README.md 431a50f68b Doc(README): Clarify the 'rc.d' vs 'login.d' usage 2 년 전
bash_profile 44a859a018 chore(First commit): Clean up rc files 2 년 전
bashrc 44a859a018 chore(First commit): Clean up rc files 2 년 전
inputrc 5413b7bb08 Initial 8 년 전
zlogin 44a859a018 chore(First commit): Clean up rc files 2 년 전
zshrc 44a859a018 chore(First commit): Clean up rc files 2 년 전

README.md

Shell dotfiles, conf.d stype, for multiple shells

I don't like messy dotfiles. You can read here why.

Features

  • ~/.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)
  • git repository information (current branch, current status) without external dependencies
  • colorful prompt
  • shared history for all shells

Installation

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