diff options
| -rw-r--r-- | README.md | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,5 +1,7 @@ # Dotfiles Repository +My personal dotfiles repository. + ## lspconfig requirements works on npm 8.10.0 and nodejs 16.13.1 @@ -29,3 +31,13 @@ Remember to TSInstall the languages. Currently using: * tsx * typescript * vim + +## Powerline + +.bashrc expects local installation: + +```bash +pip3 install --user powerline-status +pip3 install --user powerline-gitstatus + +``` |
