Skip to content

nor1c/config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# oh-my-zsh

  • copy .zshrc and paste to ~/.zshrc

zsh-autosuggestions

# vim

  • copy .vimrc and paste to ~/.vimrc

# neovim

$ sudo apt install neovim

# vim-plug

$ cd ~/.local/share/nvim
$ sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \
       https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
$ less site/autoload/plug.vim

# Git configuration file

  • copy .gitconfig and paste to ~/.gitconfig