Dotfiles configuration for linux, with neovim and zsh, with neovim lsp and intellisense support some useful plugins and zsh configuration with beautiful prompt and plugins for command line.
- Neovim version 6.0 and later
- Node JS
- yarn
- python or python3
- zsh and oh-my-zsh
- pip
- ruby and ruby-dev
- vim plug - minimalist vim plugin manager
- vim airline - code status for neovim
- vim autosave - autosave plugins for neovim
- vim nerdtree - minimal filemanager for neovim
- one dark theme - neovim dark theme
- nerdtree dev icon - nerdtree file and folder icons
- lexima - autoclose parantheses plugins
- presence - show neovim status on discord
NOTE: If you want to find other alacritty theme you can visit here
shortcut | command | action |
---|---|---|
ctrl+q | :qa! | quit neovim |
ctrl+s | :wq | save file |
ctrl+t | :Toggle Terminal | open and close terminal |
ctrl+z | :undo | undo code |
ctrl+r | :redo | redo code |
ctlr+d | :term % | run code |
ctrl+t | :tabnew | open empty tab |
ctrl+c | :tabclose | close current tab |
- Installing NodeJS LTS version using NVM
$ nvm install --lts
- Install yarn package manager
$ npm i -g yarn
- Run dotfiles setup
$ ./install.sh
- Refresh zsh configuration
$ source ~/.zshrc
- Install neovim plugins
$ nvim +PlugInstall
ZSH Terminal
Neovim