Skip to content

Latest commit

 

History

History
executable file
·
37 lines (30 loc) · 849 Bytes

README.md

File metadata and controls

executable file
·
37 lines (30 loc) · 849 Bytes

dotfiles

My dotfiles

Commands to make it work

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

Shortcuts

Neovim config