Skip to content

Latest commit

 

History

History
48 lines (36 loc) · 1.27 KB

README.md

File metadata and controls

48 lines (36 loc) · 1.27 KB

Dotfiles

These are dot-files and basic configs of my development Mac, feel free to use and do whatever you want.

Installation

Checkout the repository and simply run init.sh

git clone https://github.com/ryanhanwu/dotfiles.git && cd dotfiles
sh ./init.sh

What's installed?

Linked Dotfiles

  • ~/.gitconfig
  • ~/.gitignore_global
  • ./.iterm2.zsh
  • ~/.tmux
  • ~/.vimrc
  • ~/.zshrc

Configurations

Generate Your Development SSH Key

  1. Generate your key for the development machine

    ssh-keygen -t rsa -b 4096
    
  2. Copy your public key (~/.ssh/id_rsa.pub) to your Github/Bitbucket Account's "SSH Keys"

  3. Link git config

 ln -sf  ~/Dropbox/RyanDB/Mackup/.ssh/config ~/.ssh/config

Create backup folder

 ln -sf  ~/Dropbox/RyanDB/Mackup/.mackup ~/.mackup