Go to file
2025-03-28 16:49:18 +11:00
alacritty-term.svg feat: Add alacrity 2025-03-28 13:35:48 +11:00
Alacritty.desktop feat: Add alacrity 2025-03-28 13:35:48 +11:00
dotfiles.sh feat: Create new dotfiles format 2025-03-28 16:49:18 +11:00
README.md feat: Add initial readme 2025-03-28 11:50:42 +11:00
setup.sh feat: Update dotfiles 2025-03-28 16:17:38 +11:00

Device setup

First generate a ssh key

ssh-keygen -t ed25519 -C "nathan@woodburn.au"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub

Save the key in Git to allow setup

git clone git@woodburn.au:nathanwoodburn/device-setup.git
cd device-setup
./setup.sh