Skip to content

aboqasem/dotfiles

Repository files navigation

Mohammad’s dotfiles

Setting up a fresh Mac

  1. Generate a new public and private SSH key by running:

    curl https://raw.githubusercontent.com/aboqasem/dotfiles/HEAD/ssh.sh | sh -s "<your-email-address>"
  2. Clone this repo to ~/dev/dotfiles with:

    mkdir -p ~/dev && git clone --recursive git@github.com:aboqasem/dotfiles.git ~/dev/dotfiles
  3. Run the installation with:

    cd ~/dev/dotfiles && zsh setup.sh
  4. Follow the instructions printed at the end of the installation.

Keeping up to date

Run the sync script frequently:

dotsync

Tips

  • All *.zsh files in $DOTFILES/custom will be sourced by oh-my-zsh. Use custom/other.zsh to add custom things that should not be committed.

Inspiration