28 lines
926 B
Markdown
28 lines
926 B
Markdown
# Erik Cowley's dot files
|
|
|
|
Includes my customization related to:
|
|
* zsh - show Python virtual env info in prompt
|
|
* vim/nvim - lots of plugins and custom shortcuts
|
|
* ctags
|
|
* tmux
|
|
* fzf
|
|
|
|
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)
|
|
10. [zoxide](https://github.com/ajeetdsouza/zoxide) zoxide
|
|
|
|
Put the config files in place:
|
|
1. Copy `cowley.zsh` to `~/.oh-my-zsh/custom/`
|
|
2. Copy `cowley.zsh-theme` to `~/.oh-my-zsh/custom/themes/`
|
|
3. Copy `.zshrc` to your home directory
|
|
4. Copy `init.lua` to `~/.config/nvim/`
|
|
5. Copy `.tmux.conf` to your home directory
|