- vim-plug: https://github.com/junegunn/vim-plug
- https://github.com/ryanoasis/vim-devicons/wiki/FAQ-&-Troubleshooting#fonts
- Devicons: https://github.com/ryanoasis/nerd-fonts/blob/master/src/glyphs/Symbols-1000-em%20Nerd%20Font%20Complete.ttf
$ sudo add-apt-repository ppa:neovim-ppa/unstable
$ sudo apt install neovim rubygems fzf tmux xclip neovim python3-neovim python3-pip nodejs ripgrep xdg-utils wslu
$ pip install dotbot
$ sudo gem install tmuxinator
$ sudo dnf copr enable agriffis/neovim-nightly
$ sudo dnf install rubygems fzf tmux xclip neovim python3-neovim nodejs ripgrep gcc-c++
$ gem install tmuxinator
# Generar llave ssh
ls -al ~/.ssh
ssh-keygen -t ed25519 -C "[email protected]"
eval "$(ssh-agent -s)"
xclip -selection clipboard < ~/.ssh/id_ed25519.pub
cat ~/.ssh/id_ed25519.pub
# Pegarla en ssh y gpg keys de github https://github.com/settings/keys
# Clonar repositorio
git clone [email protected]:adrian-martinez-dev/dotfiles.git && cd ~/dotfiles && ~/.local/bin/dotbot -c install.conf.yaml
# Instalar plugins de forma no interactiva
$ nvim --headless +PlugInstall +qall