blob: 75ac3676d1845a01a47d4c0849a7f86cd891b981 (
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
|
## Dotfiles mainly for linux
- - -
### Dependencies
- fzf
- ripgrep
- - -
### Development Environment
#### Languages
##### python
##### java
##### rust
```bash
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
```
##### lua
##### PHP
##### dart
##### javascript
- nvm install/update script
```bash
$ curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.3/install.sh | bash
```
- Install node
```bash
$ nvm install node
```
- - -
### Commands
- - -
|