Skip to content

Files

Latest commit

author
Olivier Roques
Jan 23, 2021
26ddb44 · Jan 23, 2021

History

History
48 lines (40 loc) · 1.13 KB

README.md

File metadata and controls

48 lines (40 loc) · 1.13 KB

dotfiles

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.

Screenshots

Kitty and Thunar Neovim Wallpaper can be found here

Installation

  1. Run install.sh as root to install apps:
sudo ./install.sh
  1. Run config.sh to install config files:
./config.sh
  1. (Optional) Run latex.sh to install LaTeX:
latex/latex_setup.sh
  1. (Optional) Run lsp.sh to install language servers for nvim-lsp (the built-in LSP client of Neovim 0.5+)
nvim/lsp.sh

After Installation

  • 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 protected]"