Skip to content

yedidyar-ni/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My dotfiles

This repository contains the configuration files (dotfiles) for my system setup.

Requirements

Ensure you have the following installed on your system:

Homebrew

Follow the instructions at Homebrew to install Homebrew.

Git

brew install git

Stow

brew install stow

Installation

  1. Clone the dotfiles repository into your $HOME directory:

    git clone https://github.com/yedidyar-ni/dotfiles.git
    cd dotfiles
  2. Use GNU stow to create symlinks for the dotfiles:

    stow .
  3. Install the necessary packages and applications using Homebrew:

    brew bundle

Configuration

Zsh

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 zsh

Powerlevel10k

To customize your prompt, run p10k configure or edit ~/.p10k.zsh. Ensure Powerlevel10k is installed:

brew install romkatv/powerlevel10k/powerlevel10k

NVM

The .zshrc file includes configurations for NVM (Node Version Manager). Ensure NVM is installed:

brew install nvm

Additional Tools

The Brewfile includes various tools and applications. You can install them using:

brew bundle

Visual Studio Code Extensions

The Brewfile also includes a list of Visual Studio Code extensions. You can install them using:

brew bundle

Usage

After 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 ~/.zshrc

Enjoy your personalized setup!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •