Skip to content

keltonkowalchuk/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Setting up your Mac

  1. Clone this repo to ~/dotfiles with:

    git clone --recursive [email protected]:keltonkowalchuk/dotfiles.git ~/dotfiles
  2. Run the installation with:

    ~/dotfiles/install
  3. Install Homebrew & Mac apps specified in the Brewfile with:

    ~/dotfiles/mac-setup.sh
  4. Restart your computer to finalize the process

VSCode Dev-Container Setup

  1. Open up your Settings JSON in VSCode by using the command pallete and typing "settings json" and add the following:

    # Replace "keltonkowalchuk" with your Github username if forking this repo
    "dotfiles.repository": "keltonkowalchuk/dotfiles",
    "terminal.integrated.defaultProfile.linux": "zsh"
  2. Start up your dev-container and you should see the same ZSH configuration & plugins that you have locally inside the container terminal. If that doesn't work, try restarting VSCode and restarting the dev-container.

Your Mac is now ready to use!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published