Add zsh related dotfiles and update vimrc

This commit is contained in:
2023-08-05 14:52:11 -04:00
parent 7ace04139b
commit 8a9765e859
7 changed files with 254 additions and 22 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# Erik Cowley's dot files
Includes my customization related to:
* zsh - show Python virtual env info in prompt
* vim - lots of plugins and custom shortcuts
* ctags
Recommended workflow:
1. Install oh-my-zsh
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