Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 931 Bytes

README.md

File metadata and controls

60 lines (37 loc) · 931 Bytes

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