Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 443 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 443 Bytes

dotfiles

sudo apt-get install git xclip

ssh-keygen -o -a 100 -t ed25519 -C "oneal.kevin@gmail.com" -f ~/.ssh/github_ed25519
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/github_rsa
xclip -sel clip < ~/.ssh/github_ed25519.pub

mkdir -p ~/projects
cd ~/projects
git clone --recurse-submodules git@github.com:Scuilion/dotfiles.git

cd dotfiles
sudo chmod +x *.sh
sudo ./packages.sh
./install.sh

chsh -s $(which zsh)
# log out and back in