Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/siraben/dotfiles
A collection of my dotfiles
https://github.com/siraben/dotfiles
dotfiles emacs macos nix nixos
Last synced: about 2 months ago
JSON representation
A collection of my dotfiles
- Host: GitHub
- URL: https://github.com/siraben/dotfiles
- Owner: siraben
- License: gpl-3.0
- Created: 2018-01-11T08:13:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-10T16:26:16.000Z (5 months ago)
- Last Synced: 2024-10-30T01:59:03.760Z (2 months ago)
- Topics: dotfiles, emacs, macos, nix, nixos
- Language: Emacs Lisp
- Homepage:
- Size: 877 KB
- Stars: 23
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# siraben's dotfiles
Configuration for my macOS and Linux systems using [Nix](https://nixos.org/) and [Home Manager](https://github.com/nix-community/home-manager).
In particular, the build of Emacs is custom and is [built with GitHub Actions](https://github.com/siraben/nix-gccemacs-darwin/actions) from source from the Emacs source repository. This is because I want to take advantage of things like native compilation of Elisp and use [libvterm](https://github.com/akermu/emacs-libvterm).
## Summary
- OS: NixOS and macOS
- Package manager: Nix (duh) (version 2.7)
- Shell: `zsh` with [pure prompt](https://github.com/sindresorhus/pure)
- WM on NixOS: GNOME 40
- Filesystem: ZFS on NixOS, APFS on macOS
- Editor: Emacs (bleeding edge), `tomorrow-night` theme, [straight.el](https://github.com/raxod502/straight.el)
- Custom package sets for
- [LaTeX](./home-manager/.config/nixpkgs/texlive-packages.nix)
- [Haskell](./home-manager/.config/nixpkgs/haskell-packages.nix)
- [Python](./home-manager/.config/nixpkgs/python-packages.nix)## Installation
First, [install Home Manager](https://github.com/nix-community/home-manager#installation) on macOS or Linux, then run the following commands.```shell-session
$ git clone [email protected]:siraben/dotfiles.git
$ cd dotfiles && stow home-manager
$ home-manager switch
```## Notes
Some configuration (e.g. Emacs, i3) has deliberately not been Nixified so that it works independently. In general, every folder except for `nixos` can be `stow`'d. Note that for some things like Emacs it assumes you have installed external dependencies such as fonts, interpreters and language servers for various programming languages.