Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 601 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 601 Bytes

dotfiles

I hate reconfiguring apps.

For a new Arch Linux install

# Set up
sudo pacman -Syu && sudo pacman -S --needed git
mkdir -p ~/code/rbwsam && cd ~/code/rbwsam
git clone https://github.com/rbwsam/dotfiles.git && cd dotfiles

# Run scripts
./scripts/arch-desktop.sh

Create an SSH key

ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519
cat ~/.ssh/id_ed25519.pub | pbcopy

Go to GitHub and paste the new key: https://github.com/settings/keys

Configure git email

git config --global --replace-all user.email [email protected]