Ensure you have ansible
installed.
Run this:
git clone https://github.com/holman/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
ansible-playbook --diff script/bootstrap.yml
This will symlink the appropriate files in .dotfiles
to your home directory.
Everything is configured and tweaked within ~/.dotfiles
.
To note: When running the playbook, the following task
will remove any previous files:
- name: Remove previous conf
ansible.builtin.file:
path:
- ~/.zshrc
- ~/.tmux.conf
- ~/.local/bin
state: absent
So please, be careful
No bins yet.