main
hau 2020-08-12 00:10:11 +07:00
parent 0f891dc254
commit f436e6a681
2 changed files with 18 additions and 6 deletions

View File

@ -13,12 +13,6 @@ git config --global alias.st status
git config --global alias.logo 'log --pretty=oneline'
```
Save usernames and passwords in `~/.git-credentials`:
```sh
git config --global credential.helper store
```
Use neovim when commit:
```sh

View File

@ -0,0 +1,18 @@
# [fwupd](https://github.com/fwupd/fwupd)
| Distribution | Package |
| ------------ | ------- |
| Arch Linux | `fwupd` |
| Snap | `fwupd` |
Usage flow:
```
fwupdmgr get-devices
fwupdmgr refresh
fwupdmgr get-updates
fwupdmgr update
```