Just my dotfiles
Find a file
Jidbo 6969c537c9
add nvim language server config
This also removes ale and other auto completion setups.

Note: the neovim nightly build is now required, since the current
release does not support the language server protocol yet.
2021-02-17 21:25:09 +01:00
dotbot@2c8a0431ed add dotbot submodule 2019-12-11 21:21:54 +01:00
kitty add kitty config 2020-12-19 19:39:32 +01:00
nvim add nvim language server config 2021-02-17 21:25:09 +01:00
shell enable mouse control 2020-12-19 19:44:15 +01:00
vim remove latex plugin 2020-12-19 19:41:00 +01:00
.gitmodules add dotbot submodule 2019-12-11 21:21:54 +01:00
install add dotbot submodule 2019-12-11 21:21:54 +01:00
install.conf.yaml add kitty config 2020-12-19 19:39:32 +01:00
README.md update readme 2019-12-12 00:16:26 +01:00

My Dotfiles

The collection of my precious dotfiles.

Installation

To install run this command:

git clone https://github.com/jidbo/.dotfiles ~/; cd ~/.dotfiles; ./install

This should install all dependecies and create symlinks to all needed files. The only thing that you have to setup on your own is nvim.

Customization

It is possible to load your own zsh-plugins and other commands you want to execute in the .zshrc. To add zsh-plugins add a plugins file to ~/.dotfiles/shell/. An example is provided in ~/.dotfiles/shell/plugins.example. The same thing applies to commands you want to execute in on shell startup, just add a localcommands file with your commands in ~/.dotfiles/shell/.