My dotfiles for OSX. 😍😍😍
╰─ tree -a -I ".git|.gitignore|test" .
.
├── Makefile
├── README.md
├── brew
│ ├── brew
│ ├── cask
│ └── tap
├── nvim
│ ├── dein
│ │ ├── lazy.toml
│ │ ├── lsp.toml
│ │ ├── neovim.toml
│ │ └── plugins.toml
│ ├── init.vim
│ └── setup.zsh
├── src
│ └── tree_sitter
├── tmux
│ ├── .tmux.conf
│ ├── .tmux.d
│ │ ├── awsaccount.tmux
│ │ ├── kube.tmux
│ │ └── samlexpiretimer.tmux
│ └── setup.zsh
└── zsh
├── .zshrc
├── defer
│ └── postload-env.zsh
├── setup.zsh
├── sheldon
│ └── plugins.toml
└── sync
├── functions.zsh
├── p10k-config.zsh
├── preload-alias.zsh
├── preload-env.zsh
├── preload-option.zsh
└── preload-prompt.zsh
12 directories, 26 files