krak3n / dotfiles

My dotfiles manged using a git --bare repository

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)"

About

My dotfiles manged using a git --bare repository


Languages

Language:Lua 81.6%Language:Shell 17.4%Language:Vim Snippet 1.0%