This repository contains my config files for:
- bash
- git
- kitty
- latex
- rofi
- neovim, vim, vimium
- windows terminal
- thunar and xfce
I use Xubuntu but installation should work fine on any recent Ubuntu (18.04+) flavor.
Wallpaper can be found here
- Run
install.shas root to install apps:
sudo ./install.sh- Run
config.shto install config files:
./config.sh- (Optional) Run
latex.shto install LaTeX:
latex/latex_setup.sh- (Optional) Run
lsp.shto install language servers fornvim-lsp(the built-in LSP client of Neovim 0.5+)
nvim/lsp.sh- Add email to git config
- Run
nvimand execute:PaqInstallto install plugins - Install fzf:
~/.local/share/nvim/site/pack/paqs/start/fzf/install - Generate SSH keys:
ssh-keygen -t ed25519 -a 100 -C "email@example.com"