Skip to content

nothing special because everyone has it

Notifications You must be signed in to change notification settings

kazuakiishiguro/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

  • this is my dotfiles. i use emacs as an editor
  • i manage them with GNU Stow.

setup

$ ./init.sh

ChatGPT API key

  1. Create ~/emacs.d/.env.el
  2. Set OpenAI's API keys for chatgpt-shell emacs package.

.env.el

(setq chatgpt-shell-openai-key "{YOUR_API_KEY}")