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.
|
|
# configs
config files
- NeoVim: `init.vim` - in `.config/nvim/init.vim` - install https://github.com/junegunn/vim-plug - inside neovim, execute: `:PlugInstall` - `.bashrc` - in `~/home` directory - execute `source .bashrc` - Tmux: `.tmux.conf` - in `~/home` directory
|