Skip to content

rbwsam/dotfiles

Repository files navigation

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]

About

I love my shortcuts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages