Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 

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

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors