Skip to content
/ Dotfiles Public

This repository is home to a collection of scripts, files, etc., that are used to manage my terminal/shell environment.

Notifications You must be signed in to change notification settings

4lch4/Dotfiles

Repository files navigation

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

About

This repository is home to a collection of scripts, files, etc., that are used to manage my terminal/shell environment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages