Skip to content

omair-inam/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Installation directions

Install Homebrew, chezmoi and ohmyzsh

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/omair-inam/dotfiles/refs/heads/main/install.sh)"

Run Mac commands requiring authentication

The following steps require the user to authenticate with their password and should be completed manually

Enable FileVault disk encryption on macOS if it is not already enabled

To enable FileVault disk encryption on macOS, use the fdesetup command. This step requires superuser privileges.

sudo fdesetup status | grep -q "FileVault is On." || sudo fdesetup enable

Update macOS software

You can start the software update process using the terminal and the softwareupdate command.

  1. To list the available updates to install...

    softwareupdate --list
    
  2. To install the updates...

    softwareupdate --install --all
    

    🔒 You will probably be prompted for your Mac password

    Once the software updates are 100% downloaded, the terminal will "hang". At this point you should see the prompt and button to reboot the machine in System Settings > General > Software Update

Apps pinned to older versions

  • Beyond Compare 4
  • Forklift 3

Other docs

Creating new casks

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages