nayoa / dotfiles

A list of dotfiles for my ~

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles for MacOS

Description

Personal dotfiles for my ~ directory

Pre-req

  • Install Google Chrome
  • Generate new SSH key
ssh-keygen -t ed25519 -C "your_email@example.com"
  • Add SSH key to Github

  • Install Homebrew. Note: This also installs XCode Developer Tools

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

  • Install oh-my-zsh

sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
  • Install Chezmoi
brew install chezmoi

Getting Started

chezmoi init <this repo>
chezmoi cd
chezmoi diff
chezmoi -v apply
brew bundle install

What's included

  • Brewfile -> Installs brew packages
  • Git Configuration
  • VIM Configuration
  • ZSH Configuration

Not included

Resources

About

A list of dotfiles for my ~


Languages

Language:Ruby 100.0%