From b2abf7439ed3c8097bccd3f71f3f5410552ac7fe Mon Sep 17 00:00:00 2001 From: yuzu-eva Date: Mon, 22 Aug 2022 22:48:02 +0200 Subject: switch from powerline to starship, added mpd & ncmpcpp configs. also using nnn now --- README.md | 55 ++++++++++++++++++++++++++++++++----------------------- 1 file changed, 32 insertions(+), 23 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3