This repository contains my custom configuration files for many terminal and developer related things.
bootstrap.sh symlinks my config files into your home directory and prompts you if it needs to override something!
-
Clone the repository:
git clone https://github.com/srujanm111/dotfiles.git -
Run the setup script:
cd dotfiles sh easysetup.sh
Optional: installation tip
The setup script will place zsh-related dotfiles in your home directory if you haven't set
$ZDOTDIR. If you want to be more organized, you can configure zsh to use a subdirectory like ~/.zsh/ for these files. BEFORE you run the setup script, you can do this by addingexport ZDOTDIR=~/.zshto your system-level zshenv and restarting your terminal.
- Zsh Reference Card
- Startup Files
- zsh-lovers man page