Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Latest commit

 

History

History
29 lines (18 loc) · 721 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 721 Bytes

dotfiles

These are my dotfiles. This project includes my development environment and the setup that I'm using on macOS and Ubuntu.

Requirements

  • macOS or Ubuntu
  • A terminal emulator

Usage

This project uses a bare Git repository to manage dotfiles. You can read more about it here.

Execute the following commands to clone this repo:

cd ~
git clone --bare git@github.com:lenon/dotfiles.git .dotfiles.git
git --git-dir .dotfiles.git --work-tree . checkout

If you are On macOS:

.dotfiles/install.sh

It will install Command Line tools, Homebrew, Ansible and then will run the setup playbook.