Currently I use
- OS: NixOS
- home-manager for dotfiles and and user env,
with some help by stow - Window Manager:
*xmonad* (with: xmobar, dmenu + yeganesh)and now on wayland - EDITOR: emacs with
spacemacs.orgdoom emacs - SHELL: fish
zsh (with: oh-my-zsh) - Email Client:
mutt with offlineimapmu4e with mbsync - 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)