mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
move .mrconfig out
This commit is contained in:
@@ -12,61 +12,7 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
home-manager.users.me = {
|
home-manager.users.me = {
|
||||||
home.file.".mrconfig".text = ''
|
home.file.".mrconfig".text = builtins.readFile <dot/mrconfig>;
|
||||||
[DEFAULT]
|
|
||||||
git_gc = git gc "$@"
|
|
||||||
|
|
||||||
[prog/git/blog]
|
|
||||||
checkout = git clone 'git@github.com:kmein/blog' 'blog'
|
|
||||||
|
|
||||||
[prog/git/brockman]
|
|
||||||
checkout = git clone 'git@github.com:kmein/brockman.git' 'brockman'
|
|
||||||
|
|
||||||
[prog/git/menstruation.rs]
|
|
||||||
checkout = git clone 'git@github.com:kmein/menstruation.rs.git' 'menstruation.rs'
|
|
||||||
|
|
||||||
[prog/git/menstruation-telegram]
|
|
||||||
checkout = git clone 'git@github.com:kmein/menstruation-telegram' 'menstruation-telegram'
|
|
||||||
|
|
||||||
[prog/git/meteora]
|
|
||||||
checkout = git clone 'git@github.com:kmein/meteora.git' 'meteora'
|
|
||||||
|
|
||||||
[prog/git/ledger]
|
|
||||||
checkout = git clone 'git@github.com:kmein/ledger' 'ledger'
|
|
||||||
|
|
||||||
[prog/git/niveum]
|
|
||||||
checkout = git clone 'git@github.com:kmein/niveum' 'niveum'
|
|
||||||
|
|
||||||
[prog/git/poetry]
|
|
||||||
checkout = git clone 'git@github.com:kmein/poetry' 'poetry'
|
|
||||||
|
|
||||||
[prog/git/mnemosyne]
|
|
||||||
checkout = git clone 'git@github.com:kmein/mnemosyne' 'mnemosyne'
|
|
||||||
|
|
||||||
[prog/git/quotes]
|
|
||||||
checkout = git clone 'git@github.com:kmein/quotes' 'quotes'
|
|
||||||
|
|
||||||
[prog/git/stockholm]
|
|
||||||
checkout = git clone 'https://cgit.krebsco.de/stockholm' 'stockholm'
|
|
||||||
|
|
||||||
[prog/git/telebots]
|
|
||||||
checkout = git clone 'git@github.com:kmein/telebots' 'telebots'
|
|
||||||
|
|
||||||
[prog/git/traadfri]
|
|
||||||
checkout = git clone 'git@github.com:kmein/traadfri' 'traadfri'
|
|
||||||
|
|
||||||
[prog/git/zen]
|
|
||||||
checkout = git clone 'git@github.com:kmein/zen.git' 'zen'
|
|
||||||
|
|
||||||
[prog/git/sphinx]
|
|
||||||
checkout = git clone 'git@github.com:kmein/sphinx.git' 'sphinx'
|
|
||||||
|
|
||||||
[prog/git/wissen]
|
|
||||||
checkout = git clone 'git@github.com:kmein/wissen.git' 'wissen'
|
|
||||||
|
|
||||||
[prog/git/conlangs]
|
|
||||||
checkout = git clone 'git@github.com:kmein/conlangs.git' 'conlangs'
|
|
||||||
'';
|
|
||||||
|
|
||||||
programs.git = {
|
programs.git = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
53
dot/mrconfig
Normal file
53
dot/mrconfig
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
[DEFAULT]
|
||||||
|
git_gc = git gc "$@"
|
||||||
|
|
||||||
|
[prog/git/blog]
|
||||||
|
checkout = git clone 'git@github.com:kmein/blog' 'blog'
|
||||||
|
|
||||||
|
[prog/git/brockman]
|
||||||
|
checkout = git clone 'git@github.com:kmein/brockman.git' 'brockman'
|
||||||
|
|
||||||
|
[prog/git/menstruation.rs]
|
||||||
|
checkout = git clone 'git@github.com:kmein/menstruation.rs.git' 'menstruation.rs'
|
||||||
|
|
||||||
|
[prog/git/menstruation-telegram]
|
||||||
|
checkout = git clone 'git@github.com:kmein/menstruation-telegram' 'menstruation-telegram'
|
||||||
|
|
||||||
|
[prog/git/meteora]
|
||||||
|
checkout = git clone 'git@github.com:kmein/meteora.git' 'meteora'
|
||||||
|
|
||||||
|
[prog/git/ledger]
|
||||||
|
checkout = git clone 'git@github.com:kmein/ledger' 'ledger'
|
||||||
|
|
||||||
|
[prog/git/niveum]
|
||||||
|
checkout = git clone 'git@github.com:kmein/niveum' 'niveum'
|
||||||
|
|
||||||
|
[prog/git/poetry]
|
||||||
|
checkout = git clone 'git@github.com:kmein/poetry' 'poetry'
|
||||||
|
|
||||||
|
[prog/git/mnemosyne]
|
||||||
|
checkout = git clone 'git@github.com:kmein/mnemosyne' 'mnemosyne'
|
||||||
|
|
||||||
|
[prog/git/quotes]
|
||||||
|
checkout = git clone 'git@github.com:kmein/quotes' 'quotes'
|
||||||
|
|
||||||
|
[prog/git/stockholm]
|
||||||
|
checkout = git clone 'https://cgit.krebsco.de/stockholm' 'stockholm'
|
||||||
|
|
||||||
|
[prog/git/telebots]
|
||||||
|
checkout = git clone 'git@github.com:kmein/telebots' 'telebots'
|
||||||
|
|
||||||
|
[prog/git/traadfri]
|
||||||
|
checkout = git clone 'git@github.com:kmein/traadfri' 'traadfri'
|
||||||
|
|
||||||
|
[prog/git/zen]
|
||||||
|
checkout = git clone 'git@github.com:kmein/zen.git' 'zen'
|
||||||
|
|
||||||
|
[prog/git/sphinx]
|
||||||
|
checkout = git clone 'git@github.com:kmein/sphinx.git' 'sphinx'
|
||||||
|
|
||||||
|
[prog/git/wissen]
|
||||||
|
checkout = git clone 'git@github.com:kmein/wissen.git' 'wissen'
|
||||||
|
|
||||||
|
[prog/git/conlangs]
|
||||||
|
checkout = git clone 'git@github.com:kmein/conlangs.git' 'conlangs'
|
||||||
Reference in New Issue
Block a user