https://github.com/garryone/macos-dev-settings
Configurations for: vim, iTerm, JetBrains IDEs
https://github.com/garryone/macos-dev-settings
iterm pycharm rider vim
Last synced: 5 months ago
JSON representation
Configurations for: vim, iTerm, JetBrains IDEs
- Host: GitHub
- URL: https://github.com/garryone/macos-dev-settings
- Owner: GarryOne
- Created: 2024-09-15T10:31:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-07T16:49:22.000Z (over 1 year ago)
- Last Synced: 2025-05-30T14:50:11.249Z (about 1 year ago)
- Topics: iterm, pycharm, rider, vim
- Language: Shell
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## vim
Pre-requisites:
1. Install vim plugin manager
```
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
```
2. Open `vim` and run this command: `:PlugInstall`
Done!

---
## iTerm