Dotfiles Repository
This repository contains my personal dotfiles.
Getting Started
To use these dotfiles, you will need to have Git and Zsh installed on your system.
- Clone the repository to your local machine:
git clone https://github.com/vaibhava17/dotfiles.git
- Move the Git configuration file to your home directory:
cp dotfiles/.gitconfig ~/
- Move the Zsh profile file to your home directory:
cp dotfiles/.zshrc ~/
- Restart your terminal for changes to take effect.
Git Configuration
The .gitconfig
file contains my personal Git configurations, aliases, and settings. Feel free to modify or remove them to suit your needs.
Zsh Profile
The .zshrc
file contains my personal Zsh configurations, aliases, and functions. Again, feel free to modify or remove them to suit your needs.
Zsh Setup
To use my .zshrc file. Follow these setups:
- First Install the Oh-My-Zsh.
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
- Install Zsh Syntax Highlighting.
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- Install Zsh Auto Suggestions.
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- Restart your terminal and done!
Contributing
If you find any issues or have suggestions for improvement, feel free to open an issue or pull request.