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.
-
Clone the repository:
git clone https://github.com/denchiklut/dotfiles.git ~/dotfiles -
Run the setup script:
zsh ~/dotfiles/setup.sh -
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