An open API service indexing awesome lists of open source software.

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

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 👻)

![demo-picture](./screenshot.png)