Skip to content

marcelvdh/dotfiles-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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@example.com"

About

My config files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 33.7%
  • Vim Script 29.0%
  • Lua 21.6%
  • TeX 12.6%
  • Python 1.6%
  • Makefile 1.5%