/dotfiles

My dotfiles (for Debain-based linux)

Primary LanguageLua

dotfiles

My personal dotfiles.

Here I use Ansible to install software I want onto my computer. Then, after Ansible has finished, I use GNU stow to put the config files in the right places using symbolic links.

Installation

To install these dotfiles on a new machine...

  1. Remove ~/.bashrc and any other files that may cause stow conflicts

  2. Run curl -fsSL https://raw.githubusercontent.com/MaxBesley/dotfiles/main/scripts/bootstrap.sh | bash

  3. Activate the newly installed Nerd Font from your terminal emulator's settings

  4. Restart your computer

And that's it!

You will be prompted to enter your password a few times. Optionally to enter your password less you can follow these instructions prior to step two.