|
|
@ -3,11 +3,15 @@ config files |
|
|
|
|
|
|
|
|
|
|
|
- NeoVim: `init.vim` |
|
|
|
- in `.config/nvim/init.vim` |
|
|
|
- install https://github.com/junegunn/vim-plug |
|
|
|
- inside neovim, execute: `:PlugInstall` |
|
|
|
- in `.config/nvim/init.vim` |
|
|
|
- install https://github.com/junegunn/vim-plug |
|
|
|
- inside neovim, execute: `:PlugInstall` |
|
|
|
- `.bashrc` |
|
|
|
- in `~/home` directory |
|
|
|
- execute `source .bashrc` |
|
|
|
- in `~/home` directory |
|
|
|
- execute `source .bashrc` |
|
|
|
- Tmux: `.tmux.conf` |
|
|
|
- in `~/home` directory |
|
|
|
- in `~/home` directory |
|
|
|
- Keyboard remap `.Xmodmap` |
|
|
|
- in `~/home` |
|
|
|
- changes will be applied each session start |
|
|
|
- to apply changes in the current session use `xmodmap ~/.Xmodmap` |