You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
283 B

6 years ago
  1. # configs
  2. config files
  3. - NeoVim: `init.vim`
  4. - in `.config/nvim/init.vim`
  5. - install https://github.com/junegunn/vim-plug
  6. - inside neovim, execute: `:PlugInstall`
  7. - `.bashrc`
  8. - in `~/home` directory
  9. - execute `source .bashrc`
  10. - Tmux: `.tmux.conf`
  11. - in `~/home` directory