Posts
installing gitman on windows
by danaukes
Support for multiple github accounts
install choco
Set-ExecutionPolicy AllSigned Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = ...
Git Secret
by danaukes
make a new key for my_email@emailaddress.com
```bash git secret init echo "this is my secret" >> my_secret.txt echo "my_secret.txt" ...
github actions info
by danaukes
Using Hugo with Github Actions
- automated deploytment on github pages
- [detailed ...
Using Github with two accounts
by danaukes
Instructions
-
Create a new, separate key for each github account
follows ...
install git clients
by danaukes
```bash flatpak install -y flathub com.jetpackduba.Gitnuro # io.github.gitahead.GitAhead \ # com.github.Murmele.Gittyup \ # com.github.git_cola.git-cola \ # com.syntevo.SmartGit \
...
Installing GrapheneOS on a Pixel 4a
by danaukes
Instructions derived from https://grapheneos.org/install/cli
Download Developer Tools
```bash sudo apt install -y android-sdk-platform-tools-common sudo apt install -y signify-openbsd echo ...