blob: 58ba9473f744613f7cd244d69071e3f4a4b0ebc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
# Dotfiles Repository
My personal dotfiles repository.
Listed commands work with ubuntu / debian based distros.
## nvim
### lspconfig requirements
works on npm 8.10.0 + nodejs 16.13.1 and later.
My lspconfig uses language servers for:
- Bash
- C
- css
- html
- JavaScript / TypeScript
- Lua
- Python
- Ruby
The following command block can be copy-pasted into a bash terminal.
It will install all requirements needed for the lspconfig to work.
May need super user privilege.
Requires npm, pip3, ruby and git.
```bash
npm i -g vscode-langservers-extracted
npm i -g typescript typescript-language-server
npm i -g bash-language-server
npm i -g emmet-ls
pip3 install jedi
pip3 install python-lsp-server[all]
gem install solargraph
sudo apt-get install clangd-12
git clone --depth=1 https://github.com/sumneko/lua-language-server ~/.local/src/lua-language-server
cd ~/.local/src/lua-language-server
git submodule update --depth 1 --init --recursive
cd -
```
### Treesitter
Remember to TSInstall *
## Kitty
Using Hack Nerd Font.
Custom prompt is Starship.
## st
My build of [st](https://github.com/yuzu-eva/my-personal-st).
## dmenu
My build of [dmenu](https://github/yuzu-eva/my-personal-dmenu).
## Window Manager
My build of [dwm](https://github.com/yuzu-eva/my-personal-dwm).
## File Manager
Using nnn with preview-tui plugin.
|