-
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>"
-
Clone this repo to
~/dev/dotfiles
with:mkdir -p ~/dev && git clone --recursive [email protected]:aboqasem/dotfiles.git ~/dev/dotfiles
-
Run the installation with:
cd ~/dev/dotfiles && zsh setup.sh
-
Follow the instructions printed at the end of the installation.
Run the sync script frequently:
dotsync
- All
*.zsh
files in$DOTFILES/custom
will be sourced byoh-my-zsh
. Usecustom/other.zsh
to add custom things that should not be committed.