Skip to content

A set of vim, zsh, git, and other configuration files for macOS

Notifications You must be signed in to change notification settings

chenqingze/dotfiles

Repository files navigation

dotfiles

Requirements

Set zsh as your login shell (optional):

chsh -s $(which zsh) 

Install Homebrew

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

Install

  1. Install chezmoi

[For MacOS]

brew install chezmoi

NOTE Other OS refer: https://www.chezmoi.io

  1. Clone this repo into your machine:
chezmoi init --depth 1 https://github.com/chenqingze/dotfiles.git

NOTE Remember edit dot_gitconfig file with your own git infomation

  1. apply dotfile
chezmoi apply

Update

From time to time you should pull down any updates to these dotfiles, and run

chezmoi update

About

A set of vim, zsh, git, and other configuration files for macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages