KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
dotfiles
★ 91
Open GitHub ↗
My setup
Download README (.md)
Explore Similar Repositories
node-eventstore-client
:
Node client library for EventStore using TCP
timbala
:
Durable time-series database that's API-compatible with Prometheus.
BoardingBarcode
:
Boarding pass barcode generator
openresty-nginx-jwt
:
JWT Bearer Token authorization with nginx, openresty, and lua-resty-jwt.
com.sap.openSAP.hana5.example
:
openSAP HANA5/HANA6 Course: Example Completed Implementation
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
dotfiles
?
Download (.md)
# Home Manager and NixOS <img src="assets/nix-snowflake.svg" alt="Nix snowflake" width="200"> [Home Manager Manual](https://nix-community.github.io/home-manager/) ## Installation Clone this repo to `~/.config/home-manager` and then run: ```bash nix --extra-experimental-features 'nix-command flakes' run home-manager/master -- switch ``` [Install Doom Emacs](https://github.com/doomemacs/doomemacs?tab=readme-ov-file#install): ```bash git clone --depth 1 https://github.com/doomemacs/doomemacs ~/.config/emacs ~/.config/emacs/bin/doom install ``` ## Building a new Home Manager configuration ```bash home-manager switch ``` ## Building a new NixOS configuration ```bash sudo nixos-rebuild switch --flake "$HOME/.config/home-manager#$(hostname)" ```