* correct bad paths in install.sh (thanks @pidgypost) * update brew install script * update nvm installation to work correctly fixes #6 and fixes #7
28 lines
634 B
Markdown
28 lines
634 B
Markdown
# Dotfiles
|
|
|
|
Welcome to my world. This is a collection of vim, tmux, and zsh configurations.
|
|
|
|
## Contents
|
|
|
|
+ zsh configuration
|
|
+ vim configuration
|
|
+ tmux configuration
|
|
+ git configuration
|
|
+ osx configuration
|
|
+ Node.js setup (nvm)
|
|
+ Homebrew files (Brewfile.sh)
|
|
|
|
## Install
|
|
|
|
1. `git clone https://github.com/nicknisi/dotfiles.git ~/.dotfiles`
|
|
1. `cd ~/.dotfiles`
|
|
1. `./install.sh`
|
|
|
|
## ZSH Plugins
|
|
|
|
By default, the `.zshrc` file will source any file within `.dotfiles/zsh` that have the `.zsh` extension.
|
|
|
|
## Vim Plugins
|
|
|
|
Vim plugins are managed with [vim-plug](https://github.com/junegunn/vim-plug). To install, run `vim +PlugInstall`.
|