Files
configs/README.md

20 lines
519 B
Markdown

# 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/.bashrc` directory
- execute `source .bashrc`
- Tmux: `.tmux.conf`
- in `~/home/.tmux.conf` directory
- Keyboard remap `.Xmodmap`
- in `~/home/.Xmodmap`
- changes will be applied each session start
- to apply changes in the current session use `xmodmap ~/.Xmodmap`
- Redshift `redshift.conf`
- in `~/.conf/redshift.conf`