https://github.com/lancelet/dotfiles
My user account configuration
https://github.com/lancelet/dotfiles
Last synced: 3 months ago
JSON representation
My user account configuration
- Host: GitHub
- URL: https://github.com/lancelet/dotfiles
- Owner: lancelet
- Created: 2017-07-04T01:04:06.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-01-03T03:38:13.000Z (5 months ago)
- Last Synced: 2025-01-13T21:27:13.033Z (4 months ago)
- Language: Emacs Lisp
- Size: 352 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Installing Nix
Install Nix from https://nixos.org/download.html
Then install nix-darwin: https://github.com/LnL7/nix-darwin
Answers to nix-darwin installer questions:
1. Would you like to edit the default configuration.nix before starting? [y/n] n
1. Would you like to manage wit nix-channel? [y/n] y
1. Would you like to load darwin configuration in /etc/zshrc? [y/n] y
1. Would you like to create /run? [y/n] yAdd the nix-darwin home manager module:
https://nix-community.github.io/home-manager/index.html#sec-install-nix-darwin-moduleThen:
```
rm -r ~/.nixpkgs
ln -s "${HOME}/workspace/dotfiles/nixpkgs" "${HOME}/.nixpkgs"
darwin-rebuild build
darwin-rebuild switch
```- Install [doom emacs](https://github.com/hlissner/doom-emacs).
## Installing emacs
```sh
brew tap d12frosted/emacs-plus
brew install emacs-plus@28 --with-native-comp
```