summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoryuzu-eva <stevenhu@web.de>2022-08-22 22:48:02 +0200
committeryuzu-eva <stevenhu@web.de>2022-08-22 22:48:02 +0200
commitb2abf7439ed3c8097bccd3f71f3f5410552ac7fe (patch)
treeb650fd81505e6d015e490cebf0aa9b4f0dba68c5 /README.md
parent599e1315ce9be32944681ff4e88fc5afa8ae81b8 (diff)
switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now
Diffstat (limited to 'README.md')
-rw-r--r--README.md55
1 files changed, 32 insertions, 23 deletions
diff --git a/README.md b/README.md
index 1395bad..1fa5c9d 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,11 @@
My personal dotfiles repository.
-## lspconfig requirements
+## nvim
-works on npm 8.10.0 + nodejs 16.13.1 and later
+### lspconfig requirements
+
+works on npm 8.10.0 + nodejs 16.13.1 and later.
```bash
npm i -g vscode-langservers-extracted
@@ -17,33 +19,40 @@ gem install solargraph
```
-## Treesitter
+### Treesitter
Remember to TSInstall the languages. Currently using:
-* bash
-* c
-* html
-* javascript
-* json
-* lua
-* python
-* ruby
-* tsx
-* typescript
-* vim
-* markdown
++ bash
++ c
++ html
++ javascript
++ json
++ lua
++ python
++ ruby
++ tsx
++ typescript
++ vim
++ markdown
-## Powerline
+## Kitty
-.bashrc expects local installation:
+Using Hack Nerd Font.
-```bash
-pip3 install --user powerline-status
-pip3 install --user powerline-gitstatus
+Custom prompt is Starship.
-```
+## Window Manager
-## Kitty
+Using dwm with following patches:
+
++ swallow
++ fibonacci
++ focusonclick
++ statusallmons
+
+Config for dwm is in another repo.
+
+## File Manager
-Using Hack Nerd Font
+Using nnn with preview-tui plugin.