Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinx/dotfiles
dotfiles
https://github.com/rinx/dotfiles
dotfiles vimrc zshrc
Last synced: about 2 months ago
JSON representation
dotfiles
- Host: GitHub
- URL: https://github.com/rinx/dotfiles
- Owner: rinx
- Created: 2012-12-28T08:26:06.000Z (about 12 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:44:38.000Z (2 months ago)
- Last Synced: 2024-10-29T15:17:05.277Z (2 months ago)
- Topics: dotfiles, vimrc, zshrc
- Language: Fennel
- Homepage:
- Size: 3.33 MB
- Stars: 19
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
[![build](https://img.shields.io/github/actions/workflow/status/rinx/dotfiles/nix.yml?style=flat-square&label=nix%20build&logo=nixos)](https://github.com/rinx/dotfiles/actions/workflows/nix.yml)
[![benchmark](https://img.shields.io/github/actions/workflow/status/rinx/dotfiles/benchmark.yaml?style=flat-square&logo=neovim&label=benchmark%20for%20zsh%2Fneovim
)](https://rinx.github.io/dotfiles/dev/bench/)![total lines](https://tokei.rs/b1/github/rinx/dotfiles?style=flat-square)
![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/rinx/dotfiles?style=flat-square)
![GitHub repo size](https://img.shields.io/github/repo-size/rinx/dotfiles?style=flat-square)
![GitHub commit year activity](https://img.shields.io/github/commit-activity/y/rinx/dotfiles?style=flat-square)## 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/).