Skip to content

A set of opinionated setup and installation scripts that tweak a brand new OS X installation into an environment optimized for development.

mateuszwieloch/dotfiles

Repository files navigation

dotfiles

A set of opinionated setup and installation scripts for Linux, Windows and macOS.

Setup

Generate SSH key:

ssh-keygen -t rsa -b 4096 -C "github@mateuszwieloch.com"

Start the ssh-agent in the background:

eval "$(ssh-agent -s)"

Add private SSH key to ssh-agent:

ssh-add ~/.ssh/id_rsa

Display and copy public SSH key:

cat ~/.ssh/id_rsa.pub

Paste it in GitHub -> Settings -> SSH and GPG keys -> New SSH key

Clone the dotfiles repo:

git@github.com:mateuszwieloch/dotfiles.git

To setup .gitconfig, run

./git.sh

About

A set of opinionated setup and installation scripts that tweak a brand new OS X installation into an environment optimized for development.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published