Skip to content

0x48core/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotfiles

Personal dotfiles for zsh, git, neovim, and starship.

Structure

dotfiles/
├── zsh/
│   ├── .zshrc       # main shell config (oh-my-zsh + starship)
│   ├── .zshenv      # env vars, PATH (sourced by all shells)
│   └── .zprofile    # login shell config (brew, aliases)
├── git/
│   └── .gitconfig   # git identity, LFS, gh credential helper
├── nvim/
│   └── init.vim     # neovim config (vim-plug, gruvbox, coc.nvim)
├── config/
│   └── starship.toml
└── install.sh       # symlinks everything into place

Install

git clone https://github.com/0x48core/dotfiles ~/dotfiles
cd ~/dotfiles
./install.sh

Secrets

Keep secrets out of this repo. Export them in ~/.zshenv.local (not tracked):

export ANTHROPIC_API_KEY="anthropic_api_key"

Then source it at the end of zsh/.zshenv.

About

zsh and more!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors