Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/maxhbr/myconfig

my Linux Configuration
https://github.com/maxhbr/myconfig

configuration dotfiles emacs linux neo2 nix nixos reproducibility xmonad zsh

Last synced: 2 days ago
JSON representation

my Linux Configuration

Awesome Lists containing this project

README

        

[[https://github.com/maxhbr/myconfig/actions][CI state]]: [[https://github.com/maxhbr/myconfig/workflows/CI/badge.svg]]
* My dotfiles / system configuration / utils / stuff
Currently I use
- OS: *[[https://nixos.org/][NixOS]]*
- [[https://github.com/rycee/home-manager][home-manager]] for dotfiles and and user env, +with some help by stow+
- Window Manager: +*[[http://xmonad.org/][xmonad]]* (with: [[https://github.com/jaor/xmobar][xmobar]], [[https://tools.suckless.org/dmenu/][dmenu]] + [[http://dmwit.com/yeganesh/][yeganesh]])+ and now on wayland
- or [[http://www.qtile.org/][qtile]]
- or [[https://github.com/riverwm/river][river]]
- or [[https://github.com/swaywm/sway][sway]]
- or [[https://github.com/labwc/labwc][labwc]]
- or ...
- EDITOR: emacs with +spacemacs.org+ doom emacs
- SHELL: fish +zsh (with: [[http://ohmyz.sh/][oh-my-zsh]])+
- Email Client: +mutt with offlineimap+ [[https://www.djcbsoftware.nl/code/mu/mu4e.html][mu4e]] with mbsync
- Keyboard layout: [[https://www.neo-layout.org/][neo2]]
- my wallpapers: [[https://github.com/maxhbr/wallpapers][maxhbr/wallpapers]]

*These notes are probably outdated*

* Notes
** To use https for pulling:
#+BEGIN_SRC bash
$ 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
[...]
#+END_SRC

** For shallow cloning:
#+BEGIN_SRC bash
$ git clone --depth 1 "https://github.com/maxhbr/myconfig" --branch "master" --single-branch "$HOME/myconfig"
#+END_SRC

* License
This project is licensed under MIT (see [[./LICENSE]])

#+BEGIN_COMMENT
SPDX-License-Identifier: MIT
#+END_COMMENT