Merge branch 'master' of github.com:IvanMalison/dotfiles
This commit is contained in:
commit
3025d4db11
@ -98,3 +98,6 @@
|
|||||||
[user]
|
[user]
|
||||||
email = IvanMalison@gmail.com
|
email = IvanMalison@gmail.com
|
||||||
name = Ivan Malison
|
name = Ivan Malison
|
||||||
|
|
||||||
|
[init]
|
||||||
|
defaultBranch = master
|
||||||
|
@ -73,15 +73,15 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
repositories = {
|
repositories = {
|
||||||
config = {
|
config = {
|
||||||
path = "/home/imalison/config";
|
path = config.home.homeDirectory + "/config";
|
||||||
uri = "git@github.com:IvanMalison/config.git";
|
uri = "git@github.com:IvanMalison/config.git";
|
||||||
};
|
};
|
||||||
org = {
|
org = {
|
||||||
path = "/home/imalison/org";
|
path = config.home.homeDirectory + "/org";
|
||||||
uri = "git@github.com:IvanMalison/org.git";
|
uri = "git@github.com:IvanMalison/org.git";
|
||||||
};
|
};
|
||||||
password-store = {
|
password-store = {
|
||||||
path = "/home/imalison/.password-store";
|
path = config.home.homeDirectory + "/.password-store";
|
||||||
uri = "git@github.com:IvanMalison/.password-store.git";
|
uri = "git@github.com:IvanMalison/.password-store.git";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user