Skip to content

jamaljalloh/.dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published