Skip to content

piger/Preferences

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1,785 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Preferences - my dotfiles

A collection of personal configuration files.

Bootstrap

Install chezmoi

macOS

  1. Install Homebrew
  2. Install chezmoi: brew install chezmoi

Linux

  1. Install chezmoi
    • Check the prebuilt packages here

First time run

The first time you run chezmoi, you need to specify the source directory manually:

$ chezmoi --source ~/Preferences init

Sync all the dotfiles

  1. chezmoi apply

Install packages with Homebrew

  1. brew bundle

Updating the dotfiles

  1. git pull this repository
  2. (optional) chezmoi status -v
  3. chezmoi apply

License

See the LICENSE file.