- gnu stow - symlink manager, install
- antidote - zsh plugin manager install
- neovim - Code editor, install
- wezterm - Terminal Emulator, install
- starship - Shell prompts, install
- font search (nerdfont)here
- pynvim - python install
Using GNU stow to manage the symlinks to the respective locations on MacOS and Linux.
GNU stow symlinks the files in the repo to the respective location from the $HOME location.
- To stow run the command
stow -t ~ .from the directory~/dotfiles. - To unstow run the command
stow -D .from the directory~/dotfiles.
For Blink CMP installation, read the documentation here
Zsh plugins are managed via the plugin manager antidote.
Currently the following plugins are installed:
- zsh-vi-mode: This allows for vim cursor settings in terminal, read documentation here
For lazygit, read documentation here