This repository is home to a collection of configuration files, scripts, etc., for customizing my terminal environment.
For a detailed overview of the architecture of this repository, please see the Architecture.md file.
If you're feeling brave (or lazy), you can run the following one-liner to install and apply my customizations and the necessary pre-requisites:
curl -fsSL https://raw.githubusercontent.com/4lch4/Dotfiles/main/install.sh | bash
In order for the following installation steps to work properly, you'll need to have the following software installed:
Name | Description |
---|---|
Homebrew | Used to install the Taskfile software. |
Taskfile | A modern replacement for Make/Makefiles. |
Once you have the pre-requisites installed, you can run the following commands to apply my customizations:
# Clone this repository to your local machine.
git clone [email protected]:4lch4/Dotfiles.git
# Change into the cloned repository.
cd Dotfiles
# Run the setup task to apply the customizations.
task setup