Setup via ansible 🤖 Requires 2.15.5+ and tested on macOS Ventura 13.6
-
Clone this repo and run
make allfrom inside thedotfilesdirectorygit clone git@github.com:ellaqezi/dotfiles.git # remember to set NAME and EMAIL below make -C dotfiles all [NAME=<github-user> EMAIL=<github-email>]The Makefile instructs you on what it requires e.g.
NAME,EMAIL,Password(refers to your SUDO password)
-
Edit the
templates/.gitconfigfile with your ownuser.nameanduser.email, and move it tohome/.gitconfig[user] name = ellaqezi email = ellaqezi@gmail.com -
[OPTIONAL] Install
pip, if not yet installed on the machinesudo easy_install pip -
[OPTIONAL] Install
ansible, if not yet installed on the machinesudo pip install ansible # [Ubuntu] sudo pip install --prefix /usr/local ansible -
Run the playbook to setup dotfiles, provide
becomei.e. SUDO passwordcd ansible/ ansible-playbook setup-dotfiles.yml --ask-become-pass # ... OR when ansible/hosts is not yet symlinked into place ansible-playbook -i hosts setup-dotfiles.yml --ask-become-passNote:
becomei.e. SUDO password is required to ensuredocker-pyis installed
