- copy
.zshrcand paste to~/.zshrc
- follow the guide: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
- copy
.vimrcand paste to~/.vimrc
$ sudo apt install neovim
$ 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
- copy
.gitconfigand paste to~/.gitconfig