Compare commits
No commits in common. "b033f64e7f9c355c845255e134206b8cb9e1ce03" and "a1525be05acaf99932544b04f921ced26c412a5c" have entirely different histories.
b033f64e7f
...
a1525be05a
|
@ -6,32 +6,6 @@
|
||||||
userName = "Alexandre LUCAZEAU";
|
userName = "Alexandre LUCAZEAU";
|
||||||
aliases = {
|
aliases = {
|
||||||
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi";
|
ignore = "!gi() { curl -sL https://www.toptal.com/developers/gitignore/api/$@ ;}; gi";
|
||||||
aa = "add --all";
|
|
||||||
b = "branch -v";
|
|
||||||
bd = "branch -d";
|
|
||||||
bD = "branch -D";
|
|
||||||
br = "branch";
|
|
||||||
ci = "commit";
|
|
||||||
cim = "commit -m";
|
|
||||||
cima = "commit -am";
|
|
||||||
clr = "rm -r --cached";
|
|
||||||
co = "checkout";
|
|
||||||
cp = "cherry-pick -x";
|
|
||||||
d = "diff -w";
|
|
||||||
dc = "diff --cached";
|
|
||||||
nb = "checkout -b";
|
|
||||||
oups = "commit --amend --no-edit";
|
|
||||||
r = "remote -v";
|
|
||||||
rh = "reset --hard";
|
|
||||||
st = "status -sb";
|
|
||||||
t = "tag -l";
|
|
||||||
unstage = "reset HEAD";
|
|
||||||
uncommit = "reset --soft HEAD^";
|
|
||||||
pushfl = "push --force-with-lease";
|
|
||||||
lg = "lg1";
|
|
||||||
lg1 = "lg1-specific --all";
|
|
||||||
lg2 = "lg2-specific --all";
|
|
||||||
lg3 = "lg3-specific --all";
|
|
||||||
};
|
};
|
||||||
extraConfig = {
|
extraConfig = {
|
||||||
"color" = {
|
"color" = {
|
|
@ -2,6 +2,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./packages.nix
|
./packages.nix
|
||||||
./gnupg.nix
|
./gnupg.nix
|
||||||
|
./git.nix
|
||||||
./variables.nix
|
./variables.nix
|
||||||
./starship.nix
|
./starship.nix
|
||||||
./i3status.nix
|
./i3status.nix
|
||||||
|
@ -9,11 +10,11 @@
|
||||||
./mails.nix
|
./mails.nix
|
||||||
./dunst.nix
|
./dunst.nix
|
||||||
./bat.nix
|
./bat.nix
|
||||||
|
# ./kdeconnect.nix
|
||||||
# ./redshift.nix
|
# ./redshift.nix
|
||||||
# ../../../modules/neovim.nix
|
# ../../../modules/neovim.nix
|
||||||
../../../modules/rust.nix
|
../../../modules/rust.nix
|
||||||
../../../modules/tmux.nix
|
../../../modules/tmux.nix
|
||||||
../../../modules/git.nix
|
|
||||||
];
|
];
|
||||||
home.keyboard = {
|
home.keyboard = {
|
||||||
layout = "fr";
|
layout = "fr";
|
||||||
|
|
Loading…
Reference in New Issue