Currently I use
- OS: NixOS
- home-manager for dotfiles and and user env,
with some help by GNU stow - Window Manager:
- EDITOR:
emacs with spacemacs.orgemacs with doom emacs- neovide / neovim
- SHELL: fish
zsh (with: oh-my-zsh) - Email Client:
- Cli:
mutt with offlineimap- or
mu4e with mbsync - or neomutt and **aerc** with mbsync and notmuch
- Gui:
Evolutionor Thunderbird
- Gui:
- Keyboard layout: neo2
- my wallpapers: maxhbr/wallpapers
These notes are probably outdated
$ cat .git/config
[...]
[remote "origin"]
url = https://github.com/maxhbr/myconfig
pushurl = [email protected]:maxhbr/myconfig.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master
pushRemote = origin
[...]$ git clone --depth 1 "https://github.com/maxhbr/myconfig" --branch "master" --single-branch "$HOME/myconfig"This project is licensed under MIT (see ./LICENSE)