Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.27 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.27 KB

anmlnath dotfiles

My work dotfiles managed with rcm.

Installation

Oh My Zsh

sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

(Note: oh-my-zsh install overwrites .zshrc, so install it first)

Homebrew

Homebrew with bundle

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew bundle -v

RCM

Dotfile management with RCM

rcup -v -d ~/work/src/github.com/nathany-copia/dotfiles -x README.md -x LICENSE -x Brewfile

SSH Keys

New SSH keys need to be created (GitHub with 1Password.

cd ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"

Enter file in which to save the key: aai_ed25519