Welcome to my dotfiles
-
Download Xcode developer tools
xcode-select --install
-
Install Homebrew and follow prompt steps
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
-
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
- 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