A collection of my dotfiles for development.
git clone https://github.com/owenvoke/dotfiles && cd dotfiles && ./install
To customise the environment, create a file called $HOME/.env.local
and fill in any variables using export
.
To customise the path loading, create a file called $HOME/.paths.local
and add paths using PATH="[new_path]:$PATH"
.
To customise the shell aliases list, create a file called $HOME/.shell-aliases.local
and add aliases to it.