These are my personal dotfiles, managed by Chezmoi. They contain my shell configuration, aliases, and automated setup scripts for tools like Fisher and Tide.
This setup assumes the bootstrap-ansible.sh script from the Ansible repo has already been run successfully on the target machine. This ensures that git, fish, and chezmoi are installed and ready.
This is the second and final step in setting up a new environment. Run the following command to apply your personal configuration.
# Switch to the fish shell first
fish
# Initialize and apply dotfiles
chezmoi init --apply https://github.com/mrbasa/dotfiles.gitThis single command will clone the repository, create all the necessary symlinks, and run the automation scripts to install and configure your shell plugins and prompt.