/dotfiles

Personal dotfiles

Primary LanguageShell

dotfiles

Personal dotfiles configuration. What's included?

Usage

dot files management using GNU/stow.

TL;DR

stow -t $HOME <pkg> # pkg can be wezterm, or zsh, or nvim, etc..

Notes

Additional steps for zsh

zsh plugin manager using antibody, generate bundles.zsh with this command,

antibody bundle < ~/.zsh/bundles > ~/.zsh/bundles.zsh

Additional steps for neovim

neovim plugin manager using packer.nvim. Install packer with this command,

git clone --depth 1 https://github.com/wbthomason/packer.nvim\
 ~/.local/share/nvim/site/pack/packer/start/packer.nvim

do :PackerInstall then :PackerSync inside nvim.

Additional steps for fzf

fzf key bindings are heavily used in the workflow, after install fzf, add (source) the included key-bindings.zsh from installation files to $HOME/.zsh/keybinding.zsh

Screenshots

nvim

term