- Install
git
- Clone this repo
git clone https://github.com/vadimshvetsov/dotfiles.git && cd dotfiles
- Install
git
andbrew
at master machine
brew install ansible
- Run playbooks for install appropriate things
ansible-playbook -K playbooks/mac/zsh.yml
Import iterm2/profile.json
for setting up theme and settings
To reinstall dracula theme from scratch or update follow this instructions
- Install
ansible
andgit
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.yml
To test changes run playbook within OS containers. To build and run containers:
docker compose up --build -d
Run interactive shell using:
docker-compose exec debian bash