nix on droid

This commit is contained in:
joygnu 2024-07-23 18:25:16 +02:00
parent 663b263a8c
commit aa216e3956
2 changed files with 17 additions and 6 deletions

View file

@ -16,3 +16,19 @@ rb
: 1721746968:0;rm -fr .git
: 1721746973:0;git init
: 1721746979:0;git add .
: 1721746995:0;git commit -m "nix on droid"
: 1721747287:0;git remote add main https://1fc2ec9e22889453afef2e095ab1ad91b863ffce@git.joygnu.org/joygnu/nix-on-droid.git
: 1721747297:0;pu
: 1721747337:0;git push main main
: 1721747350:0;git remote remove main
: 1721747378:0;git remote add origin https://1fc2ec9e22889453afef2e095ab1ad91b863ffce@git.joygnu.org/joygnu/nix-on-droid.git
: 1721747386:0;git push origin
: 1721747410:0;git push --set-upstream origin main
: 1721747480:0;v home/zsh
: 1721747541:0;rb
: 1721747562:0;zsh
: 1721747650:0;v home/zsh
: 1721747679:0;rb
: 1721747702:0;cd ..
: 1721751900:0;git add
: 1721751903:0;git add .

View file

@ -11,10 +11,6 @@
shellAliases = {
v = "hx";
cat = "bat";
ls = "${pkgs.eza}/bin/eza --icons -a --group-directories-first";
pu = "bash ~/nix/home/zsh/push.sh";
fr = "sudo systemctl reboot --firmware";
ser = "ssh root@joygnu.org";
rb = "nix-on-droid switch --flake ~/.config/nix-on-droid";
};
@ -25,8 +21,7 @@
oh-my-zsh = {
enable = true;
plugins = [
"history-substring-search"
"git"
# "history-substring-search"
];
};