Dependencies

For installing Neovim in almalinux

Note

EPEL (Extra Packages for Enterprise Linux) (Almalinux)

sudo dnf install epel-release

Git, Cur, Zshl

sudo dnf install git curl zsh

fzf

git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install

zoxide

curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh

antidote

git clone --depth=1 https://github.com/mattmc3/antidote.git ${ZDOTDIR:-$HOME}/.antidote

starship

sudo dnf copr enable atim/starship
sudo dnf install starship

Apply dotfiles

git clone https://github.com/youmin1017/dotfiles.git ~/.local/share/chezmoi
chezmoi init
chezmoi apply

2. Change Default Shell

chsh -s /bin/zsh