Skip to content
/ dotfiles Public

Configs that help me to quickly install all software I need for work and fun, and configure OS.

License

Notifications You must be signed in to change notification settings

spy4x/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 configs as you like.

I use NixOS. It stores all of its configuration in configuration.nix.
Start your exploration there.
If you are confused at any step - checkout docs on https://nixos.org/

Install

  1. Clone this repo.
  2. Give build script permission to execute: chmod +x ./build-nix.sh.
  3. [Optionally] Check example files in ./private folder. If anything there you'd like to use - copy example file and remove ".example" suffix. Fill file with your content. Example: SSH Config cp ./private/ssh-config.nix.example ./private/ssh-config.nix and fill with your values.
  4. Apply configuration with make.

Usage

  1. Change configuration files to desired state.
  2. Apply configuration with make.

About

Configs that help me to quickly install all software I need for work and fun, and configure OS.

Topics

Resources

License

Stars

Watchers

Forks