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.

26 lines
719 B

5 years ago
5 years ago
5 years ago
5 years ago
5 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. - for the vim-go, execute: :GoInstallBinaries
  8. - `.bashrc`
  9. - in `~/home/.bashrc` directory
  10. - execute `source .bashrc`
  11. - Tmux: `.tmux.conf`
  12. - in `~/home/.tmux.conf` directory
  13. - Keyboard remap `.Xmodmap`
  14. - in `~/home/.Xmodmap`
  15. - changes will be applied each session start
  16. - to apply changes in the current session use `xmodmap ~/.Xmodmap`
  17. - Redshift `redshift.conf`
  18. - in `~/.conf/redshift.conf`
  19. - i3 config files `/i3` and `/i3status` directories go inside `~/.conf/` directory
  20. ### server side
  21. - radicale `config`
  22. - in `~/.conf/radicale/config`