Skip to content

rbwsam/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.sh

Create an SSH key

ssh-keygen -t rsa -b 4096 -f ~/.ssh/id_rsa
cat ~/.ssh/id_rsa.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