maurojs10 / dotfiles

A collection of my personal dotfiles and configuration files for various tools that I use.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Personal dotfiles Managed by chezmoi

A collection of my personal configuration files for various tools that I use.

⚠️ This repository is for my private use only and not intended for public distribution or use.

Installation on Windows
  1. Start PowerShell as administrator.

  2. Install Chocolatey:

    Set-ExecutionPolicy Bypass Process -Force; irm https://community.chocolatey.org/install.ps1 | iex
  3. Install chezmoi via Chocolatey:

    choco install chezmoi -y
  4. Initialize chezmoi and apply the configurations:

    chezmoi init --apply maurojs10
Installation on Ubuntu
  1. Open Terminal.

  2. Install chezmoi via Snap:

    sudo snap install chezmoi --classic
  3. Initialize chezmoi and apply the configurations:

    chezmoi init --apply maurojs10
Installation on macOS
  1. Open Terminal.

  2. Install Homebrew:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Install chezmoi via Homebrew:

    brew install chezmoi
  4. Initialize chezmoi and apply the configurations:

    chezmoi init --apply maurojs10

About

A collection of my personal dotfiles and configuration files for various tools that I use.