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.sh
as root to install apps:
sudo ./install.sh
- Run
config.sh
to install config files:
./config.sh
- (Optional) Run
latex.sh
to install LaTeX:
latex/latex_setup.sh
- (Optional) Run
lsp.sh
to install language servers fornvim-lsp
(the built-in LSP client of Neovim 0.5+)
nvim/lsp.sh
- Add email to git config
- Run
nvim
and execute:PaqInstall
to 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"