mirror of
https://github.com/arnaucube/configs.git
synced 2026-02-10 04:26:41 +01:00
20 lines
519 B
Markdown
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`
|