loichyan's dotfiles.
- Operating system: Fedora Silverblue
- Dotfile manager: Chezmoi
- Package manager: Home Manager
- Shell: Fish
- Development environment: DeltaVim
- Terminal: Kitty & Tmux
Check https://www.chezmoi.io/ for more advanced usage.
chezmoi apply
Build the first generation of Home Manager (following this guide):
nix run home-manager/master -- switch
./result/activate
Clone my NeoVim configuration repository (loichyan/nvim):
git clone https://github.com/loichyan/nvim.git ~/.config/nvim
Check the repo for more details.
dnf config-manager --add-repo "https://download.opensuse.org/repositories/home:loichyan/Fedora_$(rpm -E %fedora)/home:loichyan.repo"
# or download manually
curl -fL "https://download.opensuse.org/repositories/home:loichyan/Fedora_$(rpm -E %fedora)/home:loichyan.repo" | sudo tee /etc/yum.repos.d/home_loichyan.repo
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.