summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b50ec1..2727f75 100644
--- a/README.md
+++ b/README.md
@@ -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
+
+```