Skip to content

denchiklut/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

Screenshot 2025-06-12 at 1 57 31 PM

This repository contains configuration files for customizing my command line environment. It includes settings for:

  • Zsh and Oh-My-Zsh
  • Tmux
  • Neovim (NvChad configuration under ./config/nvim)
  • Starship prompt

A setup.sh script is provided to install common packages and plugins.

Usage

  1. Clone the repository:

    git clone https://github.com/denchiklut/dotfiles.git ~/dotfiles
  2. Run the setup script:

    zsh ~/dotfiles/setup.sh
  3. Optionally if u wan to use AI assistent u need to provide your API keys:

    You can set them up using the following commands:

    security add-generic-password -a $USER -s CLAUDE_API_KEY -w YOUR_API_KEY
    security add-generic-password -a $USER -s OPENAI_API_KEY -w YOUR_API_KEY
    security add-generic-password -a $USER -s CONTEXT7_API_KEY -w YOUR_API_KEY
    

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published