vifly / dotfiles

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

My dotfiles controlled by GNU stow following this way.

Notes

Zsh

After clone this repository, don't forget to run:

git submodule init
git submodule update --recursive

Restart zsh or run source ~/.zshrc in your current zsh, then run:

zinit update --all

To use zsh-histdb, sqlite is required:

sudo pacman -S sqlite

And I recommend installing the following software:

sudo pacman -S bat prettyping exa fd ripgrep

Cargo

To reduce link time, mold is required:

sudo pacman -S mold

About

My dotfiles


Languages

Language:Lua 82.8%Language:GLSL 12.9%Language:Shell 3.5%Language:Python 0.8%