Personal Neovim and tmux configuration files.
# Clone and copy
git clone https://github.com/lenliu3/dev_env
cp -r dev_env/nvim ~/.config/
cp dev_env/tmux.conf ~/.tmux.conf# Clone and copy
git clone https://github.com/lenliu3/dev_env
Copy-Item -Recurse dev_env\nvim $env:LOCALAPPDATA\
Copy-Item dev_env\tmux.conf $env:USERPROFILE\.tmux.conf