Skip to content

jseanpatel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Setup script for Mac after format

Table of Contents

Description

The setup script for my Mac after a format.

Setup Instructions

The following are a checklist of tasks to be completed after every format:

General Bootstrap

  1. Install homebrew with /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)", then run these two commands to add Homebrew to the PATH
    (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/jseanpatel/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
  2. Navigate to the home directory with cd ~
  3. Install yadm with brew install yadm
  4. Clone the dot files repository yadm clone https://github.com/jseanpatel/dotfiles
  5. Navigate to the repository and run sh bootstrap.sh

Terminal Configuration

Pick one of the following configurations

iTerm2

  1. Add material design theme with iTerm2 > Preferences > Profiles > Colors Tab > Color Presets > Import
  2. Select the file material-design-colors.itermcolors
  3. Select the material-design-colors from Load Presets...
  4. Complete configuration wizard for powerlevel10k

Warp

IDE Configuration

VSCode

  1. Login to GitHub on VSCode, and sync extensions

Launcher Configuration

Raycast

  1. Set Raycast as default launcher

Additional Tasks

  1. Open and configure Lulu

  2. Follow security steps listed here

  3. Additional iCloud setup

    • Make Documents and Desktop folder read from iCloud with System Settings > Apple ID > iCloud > Check Desktop & Documents Folders > Done
    • Go to iMessages and enable messages in iCloud
  4. Log in to every application downloaded with brew cask. Then go and install these applications manually:

  5. Generate GitHub personal access token for commiting/pushing (update yadm if relevant)

  6. Remove all apps from dock except VSCode, iMessage and Warp, then adjust dock size

  7. Set Pixelsnap hotkey to ⌘ + Shift + X

  8. Open Obsidian, and disable from backing up to iCloud Drive (for local folder, choose a non-synced directory)

  9. Load up a game of Seterra and enjoy your new computer

License

MIT License

Copyright (c) 2024 Jacob Patel

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

Setup script for Mac after format

Topics

Resources

Stars

0 stars

Watchers

2 watching

Forks

Contributors

Languages