An open API service indexing awesome lists of open source software.

https://github.com/weihanglo/dotfiles

Weihang Lo's dotfiles
https://github.com/weihanglo/dotfiles

bashrc dotfiles fish neovim nix vimrc

Last synced: about 1 month ago
JSON representation

Weihang Lo's dotfiles

Awesome Lists containing this project

README

        

# Weihang Lo's Dotfiles

## Usage

Build and activate [home-manager] configuration:

```console
nix run home-manager/release-24.11 -- switch --flake github:weihanglo/dotfiles
```

Build and activate [nix-darwin] configuration:

```console
nix run nix-darwin/nix-darwin-24.11#darwin-rebuild -- switch --flake github:weihanglo/dotfiles
```

Activave different dev shells:

```console
nix develop github:weihanglo/dotfiles#cargo
nix develop github:weihanglo/dotfiles#rust
```

## License

[The MIT License (MIT)](LICENSE)

Copyright © 2015 - Present Weihang Lo

[nix-darwin]: https://github.com/LnL7/nix-darwin
[home-manager]: https://github.com/nix-community/home-manager