Skip to content

lispyclouds/dotfiles

Repository files navigation

Welcome to my dotfiles, this is my setup on MacOS/Fedora 39+, Neovim latest and zsh. Also some random configs.

Setting up Neovim

  • Ensure Neovim 0.10+ is installed
  • Ensure a recent version of git is installed
  • Copy the nvim dir in ~/.config/ or wherever XDG_CONFIG_HOME environment var is pointing to.
  • Start neovim with nvim and follow the bootstrapping messages.
  • Make sure all the installs mentioned in lsp.lua are performed too. Amend the list to your liking.
  • Profit from the Blazingly Fast startup time optimisations!

Eye Candy

1 2 3
4 5 6

Bootstrapping new Fedora or MacOS installations

  • Ensure a recent version of Ansible is installed
  • Ensure a recent version of Node is installed
  • [Only for MacOS] Ensure Homebrew is installed.
  • Run ansible-playbook --ask-become-pass playbooks/fedora.yml or ansible-playbook playbooks/mac.yml from the root of this dir based on the OS.

License

The Unlicense