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
- Host: GitHub
- URL: https://github.com/weihanglo/dotfiles
- Owner: weihanglo
- License: mit
- Created: 2016-01-14T17:26:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-07T05:06:24.000Z (about 2 months ago)
- Last Synced: 2025-03-18T15:48:41.771Z (about 1 month ago)
- Topics: bashrc, dotfiles, fish, neovim, nix, vimrc
- Language: Lua
- Homepage: https://github.com/weihanglo/dotfiles
- Size: 1.24 MB
- Stars: 11
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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