My dotfiles including zsh, (n)vim and tmux config files (stashed away in case of laptop armageddon).
I thought I'd document for myself and for others potentially some of the setup involved in the various programs my dotfiles cover.
curl -s https://raw.githubusercontent.com/akinsho/dotfiles/master/install.sh | bash
-
Language server support using
neovim's lsp
-
Minimal Zsh config without
oh-my-zsh
, async prompt for really large monorepos.
I strongly advise against forking or cloning this repo. It isn't a distro it's only intended for my personal usage.
Setup is managed using dotbot. To setup symlinks run
./install
in the root directory of the repository
This package manages symlinking my config files to the correct directories.
It's a little more complex than GNU Stow
but much less than Ansible