/dotfiles

My dotfiles

Primary LanguageLua

dotfiles

Configuration for my dotfiles for MacOs.

Requirements

Ensure that you have the following installed on your system.

HomeBrew

Install Homebrew

Git

brew install git

Installation

First, clone this repo in your $HOME directory using Git.

git clone git@github.com:Ce11an/dotfiles.git

and install homebrew packages:

brew bundle install --file=~/dotfiles/.config/.desktop/Brewfile

A slim version for development can be installed with:

brew bundle install --file=~/dotfiles/.config/.developer/Brewfile

finally, run:

cd dotfiles

and

stow .

Credits