- Install
git - Clone this repo
git clone https://github.com/vadimshvetsov/dotfiles.git && cd dotfiles- Install
gitandbrewat master machine
brew install ansible- Run playbooks for install appropriate things
ansible-playbook -K playbooks/mac/zsh.yml- Install
ansibleandgit
sudo apt-add-repository ppa:ansible/ansible
sudo apt update
sudo apt install ansible- Run playbooks for install appropriate things
ansible-playbook -K playbooks/linux/zsh.ymlTo test changes run playbook within OS containers. To build and run containers:
docker compose up --build -dRun interactive shell using:
docker-compose exec debian bash