Portable dotfiles for a consistent and familiar workflow
git clone https://github.com/pcuci/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
./install
Set up SSH keys.
cd ~/.dotfiles
./generate-ssh-keys
Register new keys with GitHub and GitLab:
Synchronize SSH configurations between host and guest systems.
cd ~/.dotfiles
./ssh_sync --from=host --to=wsl --host-username=pcuciureanu # or pcuci
# ./ssh_sync --from=wsl --to=host --host-username=pcuciureanu
Update git remotes.
cd ~/.dotfiles
git remote set-url origin git@github.com:pcuci/dotfiles.git
git remote -v # to confirm changes
Ethically sourced under the Atmosphere License—like open source, for good.