From 18b3c7ed5dd87e4d4a57db631c898bfea58af9c8 Mon Sep 17 00:00:00 2001 From: Erik Cowley Date: Sat, 10 Aug 2024 12:51:42 -0400 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8fdb87b..0902a04 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,25 @@ Includes my customization related to: * zsh - show Python virtual env info in prompt - * vim - lots of plugins and custom shortcuts + * vim/nvim - lots of plugins and custom shortcuts * ctags + * tmux + * fzf -Recommended workflow: - 1. Install oh-my-zsh +Install the following: + 1. zsh + 2. [neovim](https://github.com/neovim/neovim) + 3. exuberant-ctags + 4. [oh-my-zsh](https://ohmyz.sh/) + 5. [fzf](https://github.com/junegunn/fzf.git) recommended by using the git workflow + 6. tmux + 7. [tpm](https://github.com/tmux-plugins/tpm/tree/master) tmux plugin manager + 8. [bat](https://github.com/sharkdp/bat) + 9. [tmux-sessionx](https://github.com/omerxx/tmux-sessionx) + +Put the config files in place: 2. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/` 3. Copy `cowley.zsh-theme` to `~/.oh-my-zsh/custom/themes/` 4. Copy `.zshrc` to your home directory - 5. Install vim's Vundle plugin - 6. Copy `.vimrc` to your home directory - 7. Open vim and run `:VundleUpdate` to install plugins - 8. Rename `vim.py` to vim and place it in your path in a higher precedence than - the vim executable - 9. Copy `.ctags` to your home directory + 5. Copy `init.lua` to `~/.config/nvim/` + 6. Copy `.tmux.conf` to your home directory