https://github.com/alexjohnj/dotfiles
My personal dotfiles
https://github.com/alexjohnj/dotfiles
dotfiles emacs fish
Last synced: about 1 month ago
JSON representation
My personal dotfiles
- Host: GitHub
- URL: https://github.com/alexjohnj/dotfiles
- Owner: alexjohnj
- Created: 2014-07-31T16:48:25.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T14:04:16.000Z (about 1 year ago)
- Last Synced: 2024-04-14T02:43:48.155Z (about 1 year ago)
- Topics: dotfiles, emacs, fish
- Language: Emacs Lisp
- Size: 846 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
This is the configuration for my computing life. This repo includes the config
for the various command line tools that I use and the configuration for my
computers that run NixOS. It's using Home Manager to configure and install
applications on both a MacBook (`glaceon`) and a NixOS system (`pikachu`).Most of what's in this repository will be of little interest or use to anyone
who isn't me. The bits you may find interesting are:- The [`emacs.d`
directory](https://github.com/alexjohnj/dotfiles/tree/master/home/emacs/emacs.d)
containing my Emacs configuration.
- My Fish shell
[configuration](https://github.com/alexjohnj/dotfiles/tree/master/home/fish/config).
- The
[configuration](https://github.com/alexjohnj/dotfiles/blob/master/hosts/pikachu/configuration.nix)
for Pikachu, my desktop computer that runs NixOS.Do not expect to be able to clone this repository and use it directly. For a
starter, it requires access to a private Git repository containing encrypted
secrets. Instead, pick and choose the bits that seem useful and add them to your
own dotfiles.