https://github.com/chaudinh/dotfiles
My configurations for neovim, tmux and iterm2 terminal
https://github.com/chaudinh/dotfiles
Last synced: 4 months ago
JSON representation
My configurations for neovim, tmux and iterm2 terminal
- Host: GitHub
- URL: https://github.com/chaudinh/dotfiles
- Owner: ChauDinh
- Created: 2020-05-10T16:40:27.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-10T16:55:48.000Z (about 5 years ago)
- Last Synced: 2025-01-19T14:19:55.983Z (5 months ago)
- Language: Vim script
- Size: 5.11 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Configurations for Neovim, Tmux, and the MacOS X terminal (iTerm2)
This repo is my recent setup for local machine (Macbook Pro 15 inch 2013, runs MacOS Catalina)
## Install
```
git clone [email protected]:ChauDinh/Dotfiles.git
cd Dotfiles/
```After that, install neovim:
- Download nvim-macos.tar.gz
- Extract `tar xzvf nvim-macos.tar.gz`
- Run `./nvim-osx64/bin/nvim`(The install for other OS systems can be found [here](https://github.com/neovim/neovim/releases))
Open the file `nvim/init.vim` to install plugins
```
nvim nvim/init.vim
:PlugClean
:PlugInstall
:PlugUpdate
```And, finally, the result would be like this (with base16 colorscheme 👻)
