Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 1.04 KB

File metadata and controls

47 lines (31 loc) · 1.04 KB

dotfiles

My personal dotfiles, managed with chezmoi.

Installation

Pre-Installation Steps

There are a few things (mostly software installs) that cannot easily be captured as part of this project.

For general software, use the software-tasks project

bash <(curl -sSLf https://raw.githubusercontent.com/SystemFiles/software/master/install)
task basics:install

Install Dotfiles

Using HTTPS (no SSH key required)

sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply SystemFiles

Using SSH (requires SSH key configured with GitHub)

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

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

Install location

~/.local/share/chezmoi