Skip to content

nkoji21/dotfiles

Repository files navigation

dotfiles

Personal dotfiles for macOS development environment.

Setup

1. Install Dependencies

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

2. Clone Repository

git clone https://github.com/nkoji21/dotfiles.git ~/ghq/github.com/nkoji21/dotfiles
cd ~/ghq/github.com/nkoji21/dotfiles

3. Install Homebrew Packages

brew bundle install

4. Create Personal Git Config

Create ~/.gitconfig.local with your personal information:

[user]
	email = your-email@example.com
	name = Your Name

5. Run Install Script

cd ~/ghq/github.com/nkoji21/dotfiles
./install.sh

About

nkoji21's dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors