Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

36 lines (22 loc) · 1.19 KB

.dotfiles 🚀 Canonical Ubuntu

Installation

One Script Installer:

/bin/bash -c "$(curl --proto '=https' --tlsv1.2 -LsSf https://raw.githubusercontent.com/psadi/.dotfiles/refs/heads/main/bootstrap)"

Shorterend Version:

/bin/bash -c "$(curl --proto '=https' --tlsv1.2 -LsSf https://bit.ly/3NlTbaf)"

Manual Steps:

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

Disclaimer

  1. Though the configurations are tested on my personal machine, it is recommended to review the configurations before using them on your machine.
  2. 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.

License

This project is licensed under the MIT License - see the LICENSE