- copy
.zshrc
and paste to~/.zshrc
- follow the guide: https://github.com/zsh-users/zsh-autosuggestions/blob/master/INSTALL.md
- copy
.vimrc
and 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
.gitconfig
and paste to~/.gitconfig