Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.06 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.06 KB

Introduction

This repository serves as my way to help me setup and maintain my Mac. It takes the effort out of installing everything manually. Everything needed to install my preferred setup of macOS is detailed in this readme. Feel free to explore, learn and copy parts for your own dotfiles. Enjoy!

Getting Started

If you did all of the above you may now follow these install instructions to setup a new Mac.

  1. Generate a new public and private SSH key by running:
curl https://raw.githubusercontent.com/razaqultegar/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
  1. Clone this repo to ~/.dotfiles with:
git clone [email protected]:razaqultegar/dotfiles.git ~/.dotfiles
  1. Run ~/.dotfiles/install.sh to start the installation
  2. Restart your computer to finalize the process

Optional

  1. Make a .dotfiles-custom/aliases.zsh for your personal commands.
  2. Make a ~/.dotfiles/opt/app.sh for your required applications.