Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 457 Bytes

My configuration files for Linux and macOS.

Install git

Ubuntu Fedora macOS
sudo apt install -y git sudo dnf install -y git xcode-select --install

Clone the repository

git clone git@github.com:phelipetls/dotfiles.git
cd dotfiles

Install Ansible

./install

Run playbook

# Bootstrap development environntment in Linux, WSL and macOS
ansible-playbook bootstrap.yml