Files
dotfiles/README.md
Chen Asraf 56e3a41f00 feat: Brewfile highlighting
docs: update README.md
2023-05-29 01:30:30 +03:00

445 B

.dotfiles

How to install

  1. Install zsh

  2. Clone this repository into ~/.dotfiles:

    git clone git@github.com:chenasraf/dotfiles.git ~/.dotfiles
    
  3. Replace entire contents of ~/.zshrc to the new version using (ln -s does not work):

    echo 'source "$HOME/.dotfiles/.zshrc"' > ~/.zshrc
    
  4. In a new terminal, run install scripts:

    home install
    home reload-terminal