Skip to content

hdp617/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

chezmoi osv-scan

Install

  1. Install chezmoi (for example brew install chezmoi).

  2. Initialize and apply from GitHub:

    chezmoi init --apply YOUR_GITHUB_USERNAME/dotfiles
  3. Initialize plugin submodules:

    chezmoi git -- submodule update --init --recursive
  4. Set Fish as the login shell (after installing Fish):

    grep -q (which fish) /etc/shells; or echo (which fish) | sudo tee -a /etc/shells
    chsh -s (which fish)

Update

chezmoi git pull -- --ff-only --recurse-submodules
chezmoi git submodule update --init --recursive
chezmoi apply

Or run dfu (same steps).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages