add README

add alias for git status
This commit is contained in:
Pim Kunis 2023-09-24 15:04:17 +02:00
parent dc51937822
commit 2668e3dd78
2 changed files with 10 additions and 1 deletions

8
README.md Normal file
View file

@ -0,0 +1,8 @@
# nixos-home
The NixOS Home Manager configuration for my user on my laptop.
## TODO
- see 'push.autoSetupRemote' in 'git help config'.
- gs alias

View file

@ -9,8 +9,8 @@
keepassxc
nil
moonlight-qt
wakeonlan
cowsay
home-manager
];
};
@ -60,6 +60,7 @@
gb = "git branch";
ga = "git add";
gl = "git log";
gs = "git status";
};
};