Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 608 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 608 Bytes

# 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