Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schickling/dotfiles
Contents of my ~/.config
https://github.com/schickling/dotfiles
dotfiles nix
Last synced: about 2 months ago
JSON representation
Contents of my ~/.config
- Host: GitHub
- URL: https://github.com/schickling/dotfiles
- Owner: schickling
- Created: 2013-11-02T13:19:14.000Z (about 11 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T07:39:43.000Z (7 months ago)
- Last Synced: 2024-10-23T00:53:59.223Z (2 months ago)
- Topics: dotfiles, nix
- Language: Nix
- Homepage:
- Size: 1010 KB
- Stars: 66
- Watchers: 1
- Forks: 4
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
Almost everything is set up using Nix.
## Includes
- fish
- tmux
- neovim
- ...## Gitpod workflows
- I've configured Gitpod to pickup the [`install.sh`](./install.sh) file to set up my dotfiles for every new workspace
- The dotfiles setup can be skipped by setting `GITPOD_DOTFILES_SKIP=1`
- Example: `https://gitpod.io/#GITPOD_DOTFILES_SKIP=1/https://github.com/contentlayerdev/videos`## Related
- Video of me helping @paulshen to set up Nix on macOS: https://youtu.be/1dzgVkgQ5mE
## Inspiration
### Nix
- https://github.com/nitsky/config
- https://github.com/pimeys/nixos
- https://github.dev/Mic92/dotfiles/blob/master/nixos/eve/modules/home-assistant/weather.nix
- https://github.com/PaulGrandperrin/nix-systems
- https://github.com/fufexan/dotfiles (deploy-rs, distributed builds)
- https://github.com/viperML/neoinfra## TODO
- Rename to `nixconfig` and re-clone on machines as `~/.nixconfig` instead of `~/.config`
- Move to Nix: Tmux
- Auto-link VSC settings (e.g. via nix-darwin)
- Improved macOS settings via nix-darwin
- Gitpod: auto-generate `result.closure.lz` in CI [#18](https://github.com/schickling/dotfiles/issues/18)