Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.36 KB

README.md

File metadata and controls

43 lines (28 loc) · 1.36 KB

Terminal Customization

This repository is home to a collection of configuration files, scripts, etc., for customizing my terminal environment.

Architecture

For a detailed overview of the architecture of this repository, please see the Architecture.md file.

One-Line Installation

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

Pre-requisites

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.

Applying Customizations

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 git@github.com:4lch4/Dotfiles.git

# Change into the cloned repository.
cd Dotfiles

# Run the setup task to apply the customizations.
task setup