بدون توضیح

Oleg Pykhalov e80cd422f3 guix: Replace .bash_profile file with environment-variables config. 2 هفته پیش
doc 2e777c3d90 Add documentation. 2 سال پیش
flux b2ced3e0f3 tor: Add more bridges. 1 ماه پیش
guix e80cd422f3 guix: Replace .bash_profile file with environment-variables config. 2 هفته پیش
nix d3cc849392 nix: container-systemd-nixos-zapret: Delete result. 2 هفته پیش
src eb85e6a132 path-of-building-data-json: Update. 2 هفته پیش
.dir-locals.el 629759112a .dir-locals: Fix unbound aggressive-indent-mode. 3 ماه پیش
.gitignore 212eebd5a9 .gitignore: Ignore .dot files. 3 هفته پیش
.luarc.json c77d56668a Add .luarc.json file for lua-language-server. 2 سال پیش
AUTHORS 9eb47511a0 Use autoconf. 5 ماه پیش
COPYING 2a9e9ee970 COPYING: Add GPLv3 license. 5 ماه پیش
ChangeLog 9eb47511a0 Use autoconf. 5 ماه پیش
HACKING 5842ab3e5d HACKING: Add home reconfigure example. 1 ماه پیش
Makefile.am c530af29ce Makefile.am: Update nur. 2 هفته پیش
NEWS 9eb47511a0 Use autoconf. 5 ماه پیش
README.md 65275ff381 README.md: Update Autotools description. 5 ماه پیش
TODO 81402a02ab TODO: Delete install /home/oleg/bin/icecat. 1 ماه پیش
bootstrap 9eb47511a0 Use autoconf. 5 ماه پیش
configure.ac 4fa1ad3e78 yaml-format: Add Git commit hash to YAML format 3 ماه پیش

README.md

Dotfiles

This repository contains my dotfiles, configuration files for various applications and tools used to customize my environment. It's a work in progress and may change frequently.

Structure

  • AUTHORS: List of contributors.
  • bootstrap: Scripts or instructions for setting up the initial environment.
  • ChangeLog: Record of changes made to the dotfiles themselves.
  • configure.ac: Autoconf input file, likely used for building tools within this repository.
  • COPYING: License information.
  • doc/: Documentation related to the dotfiles and their usage.
  • flux/: Configuration files or scripts specific to Flux Kubernetes continues delivery tools.
  • guix/: Configuration files for Guix, a functional package manager.
  • Makefile.am: Autotools Makefile fragment. Used for building tools within this repository.
  • NEWS: Announcements of new features or changes.
  • nix/: Configuration files for Nix, another functional package manager.
  • README.md: This file!
  • src/: Source code for any custom scripts or tools included in the dotfiles.

Usage

  1. Clone the repository: git clone <repository_url> ~/.dotfiles
  2. Link necessary files and directories (e.g., using symbolic links or other methods). The specific commands will depend on your operating system and desired configuration.
  3. Consult the doc/ directory for more detailed instructions and explanations of each file's purpose.

Dependencies

  • Guix (for guix/)
  • Nix (for nix/)
  • Flux (for flux/)
  • Autotools (autoconf, automake, make)
  • GPG

Contributing

Contributions are welcome! Please submit pull requests with clear descriptions of the changes.

License

This project is licensed under GPLv3 - see the COPYING file for details.

Thanks