/bash_profile

Bash profile for fast feedback loops.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Bash Profile

	git clone --recurse-submodules \
		https://github.com/torgebo/bash_profile.git \
		$HOME/bash_profile && \
	pushd $HOME/bash_profile && \
	./install.py && \
	popd