Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 530 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 530 Bytes

Requirements

  • git
  • zsh installed and set up:
    1. Install zsh (e.g. apt-get install zsh)
    2. Use zsh as default shell: chsh -s $(which zsh)
    • Restart the user session to apply the change.
    • chsh doesn't work in every system.

Usage

  1. Download or clone repository:
git clone [email protected]:mcornella/dotfiles
  1. Update git submodules:
cd dotfiles
git submodule init
git submodule update
  1. Run init script: ./init.zsh

  2. Restart the shell or run exec zsh