Skip to content

amcamargoc/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotfiles

.dotfiles? no, this is even more...

Why am I doing this?

Software: Armamento básico

Keyboard boosted

Notes

[Ideal case] Roadmap

TODO: steps to install prerequiste to use brew?

brew install neovim

brew install the_silver_searcher

Install curl -fLo ~/.local/share/nvim/site/autoload/plug.vim --create-dirs
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim

  1. Create configuration file (https://jdhao.github.io/2018/12/24/centos_nvim_install_use_guide_en/)

You need to create a file named init.vim under the directory ~/.config/nvim (if this directory does not exist, just create one). All configurations can be put into this file.

  1. Modifying mapping

Include source to separate configuration(https://github.com/ammancilla/dotfiles/blob/master/vimrc)

cat ~/.config/nvim/init.vim " - Plugin Manager source ~/.config/nvim/plugin_manager.vim

" - Key Mappings source ~/.config/nvim/key_mappings.vim

  1. Edit init.vim and add the configuration for vim-plug.
" - Plugin Manager
source  ~/.config/nvim/plugin_manager.vim

" - Key Mappings
source ~/.config/nvim/key_mappings.vim

Sync

cp -R nvim /Users/acamargo/Documents/code/personal/dotfiles/ cp ~/.tmux.conf tmux.conf

NOTES: MAP mayus/lockcaps to Ctrl