My dotfiles / system configuration / utils / stuff
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
Notes
To use https for pulling:
$ cat .git/config [...] [remote "origin"] url = https://github.com/maxhbr/myconfig pushurl = git@github.com:maxhbr/myconfig.git fetch = +refs/heads/*:refs/remotes/origin/* [branch "master"] remote = origin merge = refs/heads/master pushRemote = origin [...]
For shallow cloning:
$ git clone --depth 1 "https://github.com/maxhbr/myconfig" --branch "master" --single-branch "$HOME/myconfig"
License
This project is licensed under MIT (see ./LICENSE)