Skip to content

malakhite/dotfiles

Repository files navigation

My dotfiles

Overview

My dotfiles are managed using dotbot, which is incorporated via a git submodule. I also include fzf, and the zsh plugins zsh-completions and zsh-syntax-highlighting as git submodules. Cloning this repository automatically makes all three available. The rest is handled via dotbot itself, and an install script in the bin directory.

Installation

git clone https://github.com/malakhite/dotfiles.git ~/.dotfiles
cd ~/.dotfiles
zsh bootstrap.sh

Those three steps should get everything running except for the Neovim packages.

Neovim

I've gone with Neovim, mostly because I like that it has integrated LSP, and that is can use Lua for configuration instead of Vimscript.

First startup

:PackerCompile
:PackerInstall

After that, Neovim should be kept up to date automatically. I may be wrong though. I'm still getting comfortable with it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published