My dotfiles
Generate git ssh key
git config --global user.name Webblitchy
git config --global user.email [email protected]
ssh-keygen -o -t ed25519 -C "[email protected]" -q
echo "---------------------------------"
cat ~/.ssh/id_ed25519.pub
echo "---------------------------------"
echo " -> Add the key here : https://github.com/settings/keys"
Or transfer old key (~/.ssh and ~/.gnupg) and give the right permissions
chmod 700 ~/.ssh
chmod 600 ~/.ssh/*
Install the programs and configs
mkdir ~/.dotfiles
cd ~/.dotfiles
git clone [email protected]:Webblitchy/dotfiles.git .
# git clone https://github.com/Webblitchy/dotfiles.git .
chmod +x install.sh
sudo -E ./install.sh