https://github.com/oliverjash/dotfiles
https://github.com/oliverjash/dotfiles
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/oliverjash/dotfiles
- Owner: OliverJAsh
- Created: 2023-07-09T20:31:12.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-18T08:07:41.000Z (5 months ago)
- Last Synced: 2025-02-02T00:12:14.518Z (4 months ago)
- Language: Nix
- Size: 76.2 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Prerequisites
- [Nix package manager](https://nixos.org/)
- Nix flakes
- [Homebrew](https://brew.sh/)## Install
```console
$ ./install.sh
```Manual steps:
- iTerm2 preferences: General > Preferences > Load preferences from a custom folder or URL > ./config/iterm2
- System Preferences: Keyboard > Input Sources > Edit > Spelling > Set Up… > Add "U.S. English" and drag to top## Inspiration
- https://alexpearce.me/2021/07/managing-dotfiles-with-nix/
- https://github.com/alexpearce/dotfiles
- https://github.com/malob/nixpkgs
- https://github.com/samhh/dotfiles
- https://github.com/schickling/dotfiles
- https://juliu.is/tidying-your-home-with-nix/
- https://www.bekk.christmas/post/2021/16/dotfiles-with-nix-and-home-manager
- https://www.youtube.com/watch?v=1dzgVkgQ5mE
- https://xyno.space/post/nix-darwin-introduction