Dotfiles repo managed using chezmoi
- plugin list managed with ZINIT adding
ALT+E
to Edit orALT+R
to Read files chosen with fzfALT+\
to jump to previously visitd directory with zoxide interactive modeCTRL+R
orARROW-UP
to search command history with atuinCTRL+G
for cheatsheets powered bynavi
fish
like inline auto-completefzf
tab completion- auto-completion generation from
--help
- custom
oh-my-posh
theme based on Dofoerix's theme
- home-manager config to setup dependencies
LunarVim config- NvChad config
- and much more ( well just a little for now but much more soon ! )
Programs are managed using nix and home-manager. They can be installed before applying chezmoi's dotfiles for the first time but included install script will try to do if they are not found on your system.
- CHECK zsh is your default shell, or set it with
chsh
- Install nix and home-manager
- Ensure github is properly setup
- check here to setup ssh with your a rsa key
- Fork this repo !
- Install chezmoi (with your github username ofc)
- Run
sh -c "$(curl -fsLS chezmoi.io/get)" -- init --apply $GITHUB_USERNAME
- Run
chezmoi apply
and (hopefully) rock'n roll baby !