Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.22 KB

README.md

File metadata and controls

45 lines (33 loc) · 1.22 KB

Mis archivos de configuración

Dependencias

Ubuntu

$ 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

Fedora

$ sudo dnf copr enable agriffis/neovim-nightly
$ sudo dnf install rubygems fzf tmux xclip neovim python3-neovim nodejs ripgrep gcc-c++
$ gem install tmuxinator

Instalación

# 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