Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 635 Bytes

File metadata and controls

29 lines (19 loc) · 635 Bytes

dotfiles

My personal dotfiles, managed with chezmoi.

Installation

Install Dotfiles

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply git@github.com:SystemFiles/dotfiles.git

Install Software (MacOS)

After dotfiles installation (which includes a ~/.Brewfile), we can install software.

brew bundle --global

Troubleshooting

Switch Existing Install from HTTPS to SSH

If you've already initialized chezmoi with HTTPS and want to switch to SSH:

cd ~/.local/share/chezmoi
git remote set-url origin git@github.com:SystemFiles/dotfiles.git