/dotfiles

GNU Bash configuration.

Primary LanguageShellBSD 2-Clause "Simplified" LicenseBSD-2-Clause

dotfiles

Build Status BSD3 license

If you could only see this image…

git clone git@github.com:kerscher/dotfiles
ln -s $(pwd)/dotfiles/source ${HOME}/.dotfiles
cat << EOF > ${HOME}/.bashrc
source ${HOME}/.dotfiles/init.sh
EOF
exec ${SHELL}

Licence

This repository uses a 2-clause BSD-like licence. You can check it here.