24 lines
443 B
Markdown
24 lines
443 B
Markdown
# Dotfiles
|
|
|
|
Welcome to my world.
|
|
|
|
## 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.
|