Skip to content

burgr033/dotfiles

Repository files navigation

my personal dotfiles

dotfiles generated with chezmoi

Configs include:

  • Linux
    • Gnome (dconf)
    • ghostty
    • fish
    • eza
    • zellij
  • Windows
    • Windows PowerShell
    • Windows Terminal
  • both
    • Git
    • starship
    • bat
    • lazygit
    • Neovim

applying my dotfiles

Warning

If you install these dotfiles with chezmoi, and during setup you get asked if you want to setup manually, and you answer "no" a bunch of stuff will be installed (see .chezmoiscripts)

steps (arch)

  1. get chezmoi

    sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply burgr033

Steps (windows)

  1. Install (the best package manager for windows) scoop

    irm get.scoop.sh | iex
  2. Install Chezmoi through scoop

    scoop install chezmoi
  3. init & apply dotfiles

    chezmoi init burgr033 --apply