https://github.com/rinx/dotfiles
a comprehensive collection of configuration files and scripts
https://github.com/rinx/dotfiles
dotfiles
Last synced: 2 months ago
JSON representation
a comprehensive collection of configuration files and scripts
- Host: GitHub
- URL: https://github.com/rinx/dotfiles
- Owner: rinx
- Created: 2012-12-28T08:26:06.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2025-07-31T14:24:07.000Z (11 months ago)
- Last Synced: 2025-07-31T16:38:47.325Z (11 months ago)
- Topics: dotfiles
- Language: Fennel
- Homepage:
- Size: 4.06 MB
- Stars: 20
- Watchers: 1
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
[](https://github.com/rinx/dotfiles/actions/workflows/nix.yml)
[](https://rinx.github.io/dotfiles/dev/bench/)




[](https://deepwiki.com/rinx/dotfiles)
## Usage
### Deploy
To deploy assets in the home directory, put this repository into `~/.dotfiles` and run `make deploy`.
```sh
git clone https://github.com/rinx/dotfiles.git ~/.dotfiles
```
```sh
cd ~/.dotfiles
make deploy
```
### Nix shell
```sh
nix shell --command zsh
```
### Nix profile install
```sh
nix profile install .
```
## Zsh/Neovim load time benchmark
Results available in [gh-pages](https://rinx.github.io/dotfiles/dev/bench/).