diff options
| -rw-r--r-- | README.md | 36 |
1 files changed, 22 insertions, 14 deletions
@@ -1,26 +1,34 @@ -### Dotfiles mainly for linux +## Dotfiles mainly for linux - - - -#### Dependencies -fzf -ripgrep +### Dependencies +- fzf +- ripgrep - - - -#### Development Environment -###### Languages -- python -- java -- rust -- lua -- PHP -- dart -- javascript +### Development Environment +#### Languages +##### python +##### java +##### rust +##### 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 +### Commands - - - |
