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.

48 lines
1.3 KiB

6 years ago
6 years ago
6 years ago
6 years ago
6 years ago
5 years ago
  1. # configs
  2. config files
  3. ## List of utilities for terminal
  4. - bat https://github.com/sharkdp/bat
  5. - rg https://github.com/BurntSushi/ripgrep
  6. - tig https://github.com/jonas/tig
  7. - gitg
  8. ```
  9. alias gitg="git log --color --graph --abbrev-commit --pretty=format:'%Cred%h%Creset%C(yellow)%d%Creset %s %Cgreen(%ar)%C(cyan) %an<%ae>%Creset'"
  10. ```
  11. - exa https://github.com/ogham/exa
  12. ```
  13. alias ls='exa'
  14. alias lst='exa -l -snew'
  15. ```
  16. - fd https://github.com/sharkdp/fd
  17. - jq https://github.com/stedolan/jq
  18. - tmux
  19. - nvim
  20. - mpsyt (mps-youtube) https://github.com/mps-youtube/mps-youtube
  21. - fzf https://github.com/junegunn/fzf
  22. ---
  23. - NeoVim: `init.vim`
  24. - in `.config/nvim/init.vim`
  25. - install https://github.com/junegunn/vim-plug
  26. - inside neovim, execute: `:PlugInstall`
  27. - for the vim-go, execute: :GoInstallBinaries
  28. - `.bashrc`
  29. - in `~/home/.bashrc` directory
  30. - execute `source .bashrc`
  31. - Tmux: `.tmux.conf`
  32. - in `~/home/.tmux.conf` directory
  33. - Keyboard remap `.Xmodmap`
  34. - in `~/home/.Xmodmap`
  35. - changes will be applied each session start
  36. - to apply changes in the current session use `xmodmap ~/.Xmodmap`
  37. - Redshift `redshift.conf`
  38. - in `~/.config/redshift.conf`
  39. - i3 config files `/i3` and `/i3status` directories go inside `~/.config/` directory
  40. ### server side
  41. - radicale `config`
  42. - in `~/.conf/radicale/config`