Update README.md

This commit is contained in:
Erik Cowley
2023-08-05 21:09:29 -04:00
committed by GitHub
parent d8ac479395
commit fa24a3c104

View File

@@ -7,12 +7,12 @@ Includes my customization related to:
Recommended workflow: Recommended workflow:
1. Install oh-my-zsh 1. Install oh-my-zsh
2. Copy cowley.zsh to ~/.oh-my-zsh/custom/ 2. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/`
3. Copy cowley.zsh-theme to ~/.oh-my-zsh/custom/themes/ 3. Copy `cowley.zsh-theme` to `~/.oh-my-zsh/custom/themes/`
4. Copy .zshrc to your home directory 4. Copy `.zshrc` to your home directory
5. Install vim's Vundle plugin 5. Install vim's Vundle plugin
6. Copy .vimrc to your home directory 6. Copy `.vimrc` to your home directory
7. Open vim and run :VundleUpdate to install plugins 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 8. Rename `vim.py` to vim and place it in your path in a higher precedence than
the vim executable the vim executable
9. Copy `.ctags` to your home directory