Terminal: Alacritty
Prompt: Starship
Shell: zsh
+ oh-my-zsh
for plugin management
Currently this repository contains only my vimrc
file.
For installation, clone the repository to your local machine and then create symbolic links to the corresponding Vim or NeoVim directories:
# Install `packer.nvim`
$ git clone --depth 1 https://github.com/wbthomason/packer.nvim\
~/.local/share/nvim/site/pack/packer/start/packer.nvim
# Soft link all in `nvim/` to NeoVim location
$ ln -sf ~/dotfiles/nvim/* ~/.config/nvim/ # NeoVim
# Run `:PackerInstall`
For alacritty
, make sure to install oh my tmux to install the config as well as to customize locally.