Personal dotfiles managed with chezmoi for Windows, WSL2, Ubuntu and MacOS with a VS Code-inspired Neovim configuration packed with preinstalled LSPs, linters, formatters and AI skills.
Github Dark Default theme for wezterm and Neovim.
Custom theme for Oh-My-Posh.
Still WIP.
# Install scoop
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Invoke-RestMethod -Uri https://get.scoop.sh | Invoke-Expression
scoop install chezmoi
chezmoi init aifrak/dotfilessh -c "$(curl -fsLS https://get.chezmoi.io)" -- init --apply aifrak# Install brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install chezmoi
chezmoi init aifrak/dotfiles