These are my dotfiles. I don't recommend you to use them as-is, but rather to serve as an inspiration for your own configurations.
# initial installation
git clone https://github.com/felixge/dotfiles.git ~/dotfiles
# install dependencies
ansible-playbook ansible.yml --ask-become-pass
# install/update dotfiles after adding a new file
make
# add packer for vim, then run :PackerSync in vim
git clone --depth 1 https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim
I'll try to document important configurations changes that I have not automated yet below:
This avoids potential delays due to macOS trying to do notarization.
# run ansible against cloud machine
ansible-playbook -i 'HOST,' ansible-ubuntu.yml --tags ...