summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-06-10 00:43:47 +0200
committeryuzu-eva <stevenhu@web.de>2022-06-10 00:43:47 +0200
commit587fd185d0b3e0a478a97ead2f643aabe18abc65 (patch)
tree04909d5ca5746aa60985d95d7c87ba354d36b9aa /README.md
parentdbe16017ce3a45c2615a811b5a0d0061f6d8ad1f (diff)
updated readme
Diffstat (limited to 'README.md')
-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
+
+```