Dotfiles alacritty.toml Alacritty is my favourite terminal because it is very usable out of the box and noticeably more performant than alternatives. My preferred location for the dotfile (the application checks several locations) is ~/.config/alacritty/alacritty.toml. The SauceCodePro Nerd Font must be installed separately from https://www.nerdfonts.com/font-downloads.
Programming .gitconfig This is my .gitconfig that I have mostly stolen shamelessly from people on the internet that are much more intimately familiar with git than I am. Without further ado: [user] name = <Your Name Here> email = <Your Email Here> [core] autocrlf = input # Convert CRLF to LF on