Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.12 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.12 KB

My Personal Dotfiles

Welcome to my dotfiles

Fresh install process

  1. Download Xcode developer tools

    xcode-select --install
  2. Install Homebrew and follow prompt steps

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

    git clone --recurse-submodules https://github.com/jamaljalloh/.dotfiles.git ~/Projects/.dotfiles && cd ~/Projects/.dotfiles && ./install

*I like to install my dotfiles into ~/Projects (with ~/.dotfiles as a symlink) but feel free to change this to any destination of your choosing

Key parts

How it works?

Reproduction steps

Todo

  • Write script to minimize fresh install to single process (handle homebrew prompts)
  • Check homebrew list before trying to install
  • Check macOS defaults before running script
  • Write script to get current brew and mas installations and update brewfile
  • Write tests and run in gitlab action
  • Add vscode settings