https://github.com/rishichawda/dotfiles
Personal dot files backup :gear:
https://github.com/rishichawda/dotfiles
Last synced: about 2 months ago
JSON representation
Personal dot files backup :gear:
- Host: GitHub
- URL: https://github.com/rishichawda/dotfiles
- Owner: rishichawda
- Created: 2019-02-17T10:53:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T14:37:09.000Z (almost 3 years ago)
- Last Synced: 2025-03-21T02:11:38.791Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
##### _⚠️CAUTION⚠️ : Not a fan of customizing a lot, so probably might not be worth reading._
## vimrc
Personal vim configuration.
* [Dracula theme](https://github.com/dracula/vim) - Dracula theme for editor.
* [Vim Airline](https://github.com/vim-airline/vim-airline) for status line at the bottom of editor ( with `minimalist` theme ).
* [YouCompleteMe](https://github.com/Valloric/YouCompleteMe) for JS and TS autocompletion.
*Note : You'll need to compile the plugin after it is installed through vundle. You can also get autocompletion for other languages. For more available options, [see docs](https://github.com/Valloric/YouCompleteMe#installation).*
*YCM requires you to have the latest MacVim installed. I use the Vim binary from MacVim under vim's alias, to avoid the GUI stuff and to avoid overwriting the system vim - because I feel that's a better way to do it.*
* [Vim JSX](https://github.com/mxw/vim-jsx) for JSX highlighting and indenting.
*Simply installing it doesn't quite highlight the tags as you would expect, so I added a little config to it. You can also change the colors if you like.*
* [Ale](https://github.com/w0rp/ale) for linting, autocompletion, jump to definitions, etc.
*Configured for less distracting highlights for errors and warning. Also, auto fixes lint errors on save.*
-----
Hotkeys | Description |
----- | ------
`Ctrl+d` | Switch to a shell in the `pwd` of vim. Pressing `Ctrl+d` again will take you back to vim. |
## oh-my-zsh
[Spaceship](https://github.com/denysdovhan/spaceship-prompt) prompt with following plugins :
* git
* zsh-autosuggestions
* node
* bundler
* osx
* python
* zsh-syntax-highlighting