- This is largely set up to support Linux (deb based distributions like Ubuntu and PopOS) and MacOS.
- Install Zsh and set it as your default shell.
- Navigate to your home folder:
cd ~/ - Clone this Git repository:
git clone [email protected]:kanishkdudeja/dotfiles.git.- If SSH keys aren't set up, you can set up GitHub CLI and run
gh repo clone https://github.com/kanishkdudeja/dotfiles.
- If SSH keys aren't set up, you can set up GitHub CLI and run
- To install Zsh, run
cd ~/dotfiles/ && bash zsh/install.sh- It should be installed by default on MacOS.
- Log out and log back in again to use your new default shell.
- Run
cd ~/dotfiles/ && zsh install.sh
- Enable the prompt of your choice in ~/.zshrc
- Both Oh My Posh and Starship prompts are installed and configured by the install script.
- Restart your terminal.
- Set your terminal app to use one of the Nerd fonts in your terminal settings.
- Use an appropriate color scheme for your prompt.