Skip to content

ljhenne/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

My dotfiles repo.

Prerequisites

Some things shouldn't be automated.

Generate a new SSH key

Copied from Github's docs on the subject.

ssh-keygen -t rsa -b 4096 -C "[email protected]"

Add the newly generated public key to GitHub and GitLab.

pbcopy < ~/.ssh/id_rsa.pub

Sign into the App Store

You'll need to do this if you want to install the App Store apps.

If you don't need them, you can comment out or delete the lines starting with mas from dotfiles/Brewfile.

Installation

Just git clone and run this from within the repository.

bash ./install.sh

About

My dotfiles repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 74.0%
  • Python 19.3%
  • Ruby 6.7%