README.md

July 21, 2025 ยท View on GitHub

KEVINNITRO DOTFILES

Last commit Repo size Chezmoi HyDE
Arch EndeavourOS Windows

ToC


๐Ÿ˜Ž Showcase

Terminal

LinuxWindows
linux_terminalwindows_terminal

Neovim

Neovim


โš™๏ธ Installation

  • Add ssh key

    • Linux
      eval "$(ssh-agent -s)"
      chmod 700 ~/.ssh/
      chmod 644 ~/.ssh/id_ed25519.pub
      chmod 600 ~/.ssh/id_ed25519
      ssh-add ~/.ssh/id_ed25519
      
    • Windows
      Set-Service ssh-agent -StartupType Automatic
      Start-Service ssh-agent
      Ssh-Add "$env:USERPROFILE/.ssh/id_ed25519"
      
  • Create ~/.age-key.txt (for encrypt/decrypt)

    This is for personal use, as it contains encrypted files. If you wish to use it, run chezmoi apply with the --exclude=encrypted argument

  • Install chezmoi and init, apply, and delete binary: (docs)

    • shell
      sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply --ssh --depth 1 --purge-binary KevinNitroG
      
    • pwsh
      iex "&{$(irm 'https://get.chezmoi.io/ps1')} -- init --apply --ssh --depth 1 --purge-binary KevinNitroG"
      
  • GPG for sign commit

    gpg --import public.gpg
    gpg --import secret.gpg
    gpg --edit-key KevinNitroG
    trust
    5
    y
    quit
    

    On windows use GPG from git. We can open git bash


๐Ÿ“ Other notes


๐Ÿ’ References

Wallpaper

Other dotfiles

Click to expand