Skip to content

phelipetls/dotfiles

Repository files navigation

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