git clone https://github.com/calid/dotfiles.git --recurse-submodules
These configurations are provided as-is, without warranty or guarantees. They work for me, but they may not work for you. You should review these files before using them and modify them based on your needs. You have been warned.
ln -sv dotfiles/vim ~/.vim
ln -sv dotfiles/skel/{.profile,.bash_profile,.bashrc} ~/
ln -sv dotfiles/profile.d ~/.profile.d
ln -sv dotfiles/bashrc.d ~/.bashrc.d
ln -sv dotfiles/etc/inputrc ~/.inputrc
one-time/login configurations are under profile.d
(e.g. environment variables). per-shell/interactive configurations are under bashrc.d
(e.g. prompt & aliases).
symlink the files under etc
as appropriate