Configs that help me to quickly install all software I need for work and fun, and configure OS.
.editorconfig | ||
.gitignore | ||
build-nix.sh | ||
configuration.nix | ||
LICENSE | ||
Makefile | ||
README.md | ||
ssh-config.nix.example |
Dotfiles
In this repo I store my config files.
It helps me to install quickly all software I need for work and fun.
Feel free to check & alter the list of software to be installed in these files.
I use NixOS. It stores all of it's configuration in configuration.nix
.
That's where you can start exploration and modification.
Install
- Clone this repo.
- Give build script permission to execute:
chmod +x ./build-nix.sh
. - [Optionally] SSH Config
cp ./ssh-config.nix.example ./ssh-config.nix
and fill with your values. - Apply configuration with
make
.
Usage
- Change configuration files to desired state.
- Apply configuration with
make
.