Bohdan's terminal configuration
1# bpavuk's Dotfiles!
2
3This repository serves as a home for my configuration files. It can be
4installed as a Nix flake (NixOS Unstable) or using Stow.
5
6To install these dotfiles using Stow, clone this repository (preferably
7into `~/.dotfiles`), install GNU Stow, then type `stow <program-name>`.
8For Neovim, that would be `stow nvim`. Make sure to read relevant READMEs inside
9every dotfile directory to get a list of dependencies you need to install to make
10this work!
11
12With Nix, it is much simpler, but my settings may get superimposed on your
13current ones. More details in [NixOS folder README](./nixos/README.md).