gwww / dotfiles

dotfiles managed using yadm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Dotfile repository. Files "managed" and deployment handled by yadm.

Bootstrap New Host:

curl -fLo /tmp/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
chmod a+x /tmp/yadm
cd ~
/tmp/yadm clone https://github.com/gwww/dotfiles.git

This will run ~/.config/yadm/bootstrap script which in turn runs brew bundle to install a list of HomeBrew packages, including yadm.

After ssh keys are installed the yadm repository can be switched to ssh instead of https with the following command:

yadm remote set-url origin git@github.com:gwww/dotfiles.git

About

dotfiles managed using yadm


Languages

Language:Shell 40.3%Language:Vim Script 26.0%Language:Lua 15.1%Language:Python 13.9%Language:Ruby 3.1%Language:CSS 1.1%Language:Vim Snippet 0.4%