Skip to content

ddbourgin/dotfiles

Repository files navigation

dotfiles

Set up

You'll want to install the following items first:

OSX

ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
echo "Host *\n  AddKeysToAgent yes\n  IdentityFile ~/.ssh/id_ed25519" >> ~/.ssh/config # run this only if ~/.ssh/config doesn't already exist
ssh-add -K ~/.ssh/id_ed25519 

Then add the ssh key to your GitHub account.

You may also want to install the Solarized Dark Higher Contrast iTerm color scheme.

Ubuntu

ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_ed25519 

Then add the ssh key to your GitHub account.

Installation

Clone the repo into the home directory using

git clone https://github.com/ddbourgin/dotfiles.git ~/.dotfiles && cd ~/.dotfiles

and then

./install

About

Misc. dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published