Jony Kalavera's Personalized chezmoi Repository
To get started, first ensure you have all the necessary tools installed. For Arch Linux users:
sudo pacman -Sy chezmoi fzf fd bat btop neovim nvm tldr dust git-delta btop
git clone [email protected]:junegunn/fzf-git.sh.git .fzf-git.sh
Next, restore your dotfiles using chezmoi. Simply run:
chezmoi init [email protected]:jonykalavera/madhouse.git
chezmoi update -v
For more detailed information on daily commands and usage, please consult the official chezmoi documentation.
To set up your neovim environment, create a virtual environment:
cd .config/nvim
python -m venv venv
./venv/bin/pip install -r requirements.txt