Skip to content

Esteban-Bermudez/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  __  _      ___      ______   ______   .__   __.  _______  __    _______ 
 /  \/ |    /  /     /      | /  __  \  |  \ |  | |   ____||  |  /  _____|
|_/\__/    /  /     |  ,----'|  |  |  | |   \|  | |  |__   |  | |  |  __  
          /  /      |  |     |  |  |  | |  . `  | |   __|  |  | |  | |_ | 
         /  /    __ |  `----.|  `--'  | |  |\   | |  |     |  | |  |__| | 
        /__/    (__) \______| \______/  |__| \__| |__|     |__|  \______| 

🚀 How to Set Up

Follow these steps to clone this repository and set up your environment:

1. Clone the Repository

Clone the repo with submodules into ~/.config

git clone --recurse-submodules https://github.com/Esteban-Bermudez/dotfiles.git ~/.config

2. Create the .zshenv File

Add a .zshenv file in your home directory with the following content:

Point Zsh to the custom configuration directory

ZDOTDIR=~/.config/zsh/

Command to create the file automatically:

echo 'ZDOTDIR=~/.config/zsh/' > ~/.zshenv

3. Reload Zsh

Start a new Zsh session or reload your shell with:

source ~/.zshenv

About

What i have in my .config

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published