This repository contains the configuration files (dotfiles) for my system setup.
Ensure you have the following installed on your system:
Follow the instructions at Homebrew to install Homebrew.
brew install gitbrew install stow-
Clone the dotfiles repository into your
$HOMEdirectory:git clone https://github.com/yedidyar-ni/dotfiles.git cd dotfiles -
Use GNU stow to create symlinks for the dotfiles:
stow . -
Install the necessary packages and applications using Homebrew:
brew bundle
The .zshrc file contains various configurations and functions. Ensure you have Zsh installed and set as your default shell. You can install Zsh using Homebrew:
brew install zshTo customize your prompt, run p10k configure or edit ~/.p10k.zsh. Ensure Powerlevel10k is installed:
brew install romkatv/powerlevel10k/powerlevel10kThe .zshrc file includes configurations for NVM (Node Version Manager). Ensure NVM is installed:
brew install nvmThe Brewfile includes various tools and applications. You can install them using:
brew bundleThe Brewfile also includes a list of Visual Studio Code extensions. You can install them using:
brew bundleAfter setting up the repository and installing the necessary tools, you can start using your customized environment. Make sure to restart your terminal or source the .zshrc file:
source ~/.zshrcEnjoy your personalized setup!