dotfiles
dotfiles copied to clipboard
My configuration files for Linux, macOS and WSL
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 [email protected]:phelipetls/dotfiles.git
cd dotfiles
Install Ansible
./install
Run playbook
# Bootstrap development environntment in Linux, WSL and macOS
ansible-playbook bootstrap.yml