Files
dotfiles/README.md
Chen Asraf 34a8f7d252 updates
2021-01-27 11:14:43 +02:00

661 B

.dotfiles

  1. Install Oh-My-Zsh

  2. Clone this repository into ~/.dotfiles:

    git clone git@github.com:chenasraf/dotfiles.git ~/.dotfiles
    
  3. Install plugins:

    1. zsh-autosuggestions
    2. zsh-syntax-highlighting
  4. Install fzf:

    brew install fzf
    
  5. Replace entire contents of ~/.zshrc with:

    source "$HOME/.dotfiles/.zshrc"
    
  6. Reload zsh:

    source ~/.zshrc