Skip to content

Daffa-Khayruyardan/just-dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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.

Requirements

  • Neovim version 6.0 and later
  • Node JS
  • yarn
  • python or python3
  • zsh and oh-my-zsh
  • pip
  • ruby and ruby-dev

Plugins

NOTE: If you want to find other alacritty theme you can visit here

Keymap

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

Installation

  1. Installing NodeJS LTS version using NVM
    $ nvm install --lts
    
  2. Install yarn package manager
    $ npm i -g yarn 
    
  3. Run dotfiles setup
    $ ./install.sh 
    
  4. Refresh zsh configuration
    $ source ~/.zshrc 
    
  5. Install neovim plugins
    $ nvim +PlugInstall
    

Reviews

ZSH Terminal

Neovim

About

Simple dotfiles for neovim, zsh, and alacritty.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published