/bin/bash -c "$(curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/psadi/.dotfiles/refs/heads/main/bootstrap)"
/bin/bash -c "$(curl --proto '=https' --tlsv1.2 -LsSf https://bit.ly/3NlTbaf)"
To install the configuration files, run the following commands:
git clone https://psadi/.dotfiles.git "${HOME}/.dotfiles" && cd "${HOME}/.dotfiles"
export ANSIBLE_CONFIG="${HOME}/.dotfiles/ansible/ansible.cfg"
ansible-playbook "${HOME}/.dotfiles/ansible/site.yaml" --tags "${OSTYPE}" --user "${USER}" --ask-become-pass
- Though the configurations are tested on my personal machine, it is recommended to review the configurations before using them on your machine.
- The configurations are provided as-is without any warranty and the author is not responsible for any damage caused by the use of these configurations.
This project is licensed under the MIT License - see the LICENSE