From ada31a22273ec68cff8d1362bc1be2f94dd5aa91 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Sun, 21 Mar 2021 19:25:26 -0500 Subject: docs: added readme --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ba8a3e --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# tobyvin's dotfiles + +### Installation + +```sh +git clone --recursive https://github.com/tobyvin/dotfiles.git ~/dotfiles && ~/dotfiles/install +``` + +## Configs + +- **gitconfig** +- **ssh/config** +- **zshrc**: sources various config scripts and calls antigen to load plugins +- **zsh/***: various zsh configuration scripts +- **p10k.zsh**: zsh theme config +- **antigen**: plugin manager that installs/updates zsh plugins +- **fzf**: fuzzy finder that integrates with zsh history/autocompletion + \ No newline at end of file -- cgit v1.2.3-70-g09d2