Files
dotfiles/README.md
2022-09-02 13:57:01 +03:00

663 B

.dotfiles

How to install

  1. Install Oh-My-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
    

TO DO

  • Make next template incremental (yarn create next-app + copy rest of tpl)
  • Make CRA template (same)
  • Improve generic user store/api login flow in template