/dotfiles

My dotfiles manged using a git --bare repository

Primary LanguageLua

dotfiles

My dotfiles are managed using a git --bare repository with the working tree set to the $HOME directory. This means files can be added where they are without the need for symbolic linking.

Dependencies

Dependencies are manged via Homebrew.

Installation

Run one of the following commnads on your terminal:

wget

sh -c "$(wget -O- https://raw.githubusercontent.com/krak3n/dotfiles/master/.config/dotfiles/tools/install.sh)"

curl

sh -c "$(curl -fsSL https://raw.githubusercontent.com/krak3n/dotfiles/master/.config/dotfiles/tools/install.sh)"