Initial commit
This commit is contained in:
17
README.md
Normal file
17
README.md
Normal file
@ -0,0 +1,17 @@
|
||||
## 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
|
||||
Reference in New Issue
Block a user