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: 9 months ago
JSON representation

A collection of my dotfiles

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). I mostly use
macOS now, Linux minimal in server environments.

## Summary
- OS: NixOS and macOS
- Package manager: Nix
- Shell: `zsh` with [pure prompt](https://github.com/sindresorhus/pure)
- WM on NixOS: wayland
- Filesystem: ZFS on NixOS, APFS on macOS
- Editor: Emacs, `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 git@github.com: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.