GitXplorerGitXplorer
w

dotfiles

public
1 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
99d1c4892dc738630381964d186fd98cdf6ac592

run generate_ssh_key after other scripts

wwith-heart committed 3 days ago
Unverified
7056b23cc7c7ee79753acb6bb69c532eac4dd1eb

fix run_once_before_3 script name

wwith-heart committed 3 days ago
Unverified
52fa4491d5287783fe49a1e0fad901befe03b51d

Add .chezmoiignore

wwith-heart committed 3 days ago

README

The README file for this repository.

dotfiles

My dotfiles. Managed by chezmoi.

Setup

  1. Install Chezmoi and apply configuration:

    sh -c "$(curl -fsLS get.chezmoi.io)"
    chezmoi init --apply with-heart
  2. Install XCode

    mas install 497799835

Usage

Pull and apply latest changes from this repo

chezmoi update

Edit files and apply changes

  1. Edit the file

    chezmoi edit ~/.zshrc

    or

    chezmoi cd
    vim dot_zshrc
  2. Apply changes

    chezmoi apply