/dotfiles

My configuration files for various programs on UNIX-like environments.

Primary LanguageLua

dotfiles

My dotfiles.

Screenshot 2024-01-24 at 16 31 13

Setting it up!

Requirements

Homebrew

Install Homebrew:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install packages from the Brewfile:

# Run from the dotfiles directory
brew bundle

# Or
brew bundle --file ~/dotfiles/Brewfile

Setting up dotfiles

cd into packages and run:

stow -vRt ~ *