18 lines
373 B
Markdown
18 lines
373 B
Markdown
## Config files
|
|
|
|
### [Neovim](https://neovim.io)
|
|
|
|
Install the vim plugin manager [vim-plug](https://github.com/junegunn/vim-plug).
|
|
|
|
Install [powerline fonts](https://github.com/powerline/fonts) for powerline statusline plugins.
|
|
|
|
Install the plugins with the following command:
|
|
|
|
```
|
|
:PlugInstall
|
|
```
|
|
|
|
### .bashrc
|
|
|
|
Added functionality to show current git branch in terminal
|