Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/maxhbr/myconfig
- Owner: maxhbr
- License: mit
- Created: 2012-12-04T18:26:32.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2024-10-28T12:31:59.000Z (2 months ago)
- Last Synced: 2024-10-29T22:02:35.227Z (about 2 months ago)
- Topics: configuration, dotfiles, emacs, linux, neo2, nix, nixos, reproducibility, xmonad, zsh
- Language: Shell
- Size: 425 MB
- Stars: 36
- Watchers: 3
- Forks: 12
- Open Issues: 16
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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