An open API service indexing awesome lists of open source software.

https://github.com/themuuln/jetbrains-config

@themuuln's dotfiles, includes webstorm, ideavim config etc
https://github.com/themuuln/jetbrains-config

config dotfiles ide ideavim ideavimrc vim webstorm

Last synced: 6 months ago
JSON representation

@themuuln's dotfiles, includes webstorm, ideavim config etc

Awesome Lists containing this project

README

          

### Using my ideavimrc (Run as Administrator)
```pwsh
New-Item -ItemType SymbolicLink -Path $HOME\.ideavimrc -Target $HOME\dotfiles\.ideavimrc
```

### Importing Webstorm config
```
- Menu
|--- File
|--- Manage IDE Settings
|--- Import Settings # and select settings.zip to use my webstorm config
```

to update .ideavimrc just pull from master branch using `git pull` command