Skip to content

erxelnut/nixdroid_commands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

just to jot down some useful commands for myself

nix-on-droid switch --flake ~/.config/nix-on-droid

ssh

chmod 700 ~/.ssh

chmod 600 ~/.ssh/config

ssh-keygen -t rsa -b 4096 -f somename

some github command

(rename the branch from master to main) (if you already set up your preferred default branch name then you may not use it that much) git branch -m master main

git remote add main git@...

git commit -m "first commit"

(first push) git push --set-upstream main main

About

useful nix-for-droid command for myself

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published