Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

180 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Contributors

Languages