Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ahonn/dotfiles
💎 My configuration files
https://github.com/ahonn/dotfiles
dotfiles neovim nix rime tmux
Last synced: 2 months ago
JSON representation
💎 My configuration files
- Host: GitHub
- URL: https://github.com/ahonn/dotfiles
- Owner: ahonn
- License: mit
- Created: 2017-02-21T07:57:03.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T08:10:57.000Z (10 months ago)
- Last Synced: 2024-04-14T10:41:56.842Z (10 months ago)
- Topics: dotfiles, neovim, nix, rime, tmux
- Language: Lua
- Homepage:
- Size: 4.87 MB
- Stars: 52
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
My vim/neovim, nix, git, and tmux configuration files![screenshot](./screenshot.png)
## Install
```
$ sh <(curl -L https://nixos.org/nix/install)
$ nix-build https://github.com/LnL7/nix-darwin/archive/master.tar.gz -A installer
$ ./result/bin/darwin-installer
$ mkdir .config && git clone [email protected]:ahonn/dotfiles.git ~/.config/nix-drawin
$ nix --extra-experimental-features 'nix-command flakes' run nix-darwin -- switch --flake ~/.config/nix-darwin#macos
$ darwin-rebuild switch --flake .#macos
```