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
- Host: GitHub
- URL: https://github.com/themuuln/jetbrains-config
- Owner: themuuln
- Created: 2023-12-13T10:17:06.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T14:13:14.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T10:20:26.131Z (7 months ago)
- Topics: config, dotfiles, ide, ideavim, ideavimrc, vim, webstorm
- Homepage:
- Size: 211 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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