mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Adding more apps and fixing spacing.
This commit is contained in:
parent
af800eafa0
commit
1f5c49ed3f
3 changed files with 14 additions and 9 deletions
|
|
@ -1,3 +1,7 @@
|
|||
# Computer Setup Information
|
||||
## Catalog of Computer resources
|
||||
List of instructions, resources, steps for setting up a new computer
|
||||
|
||||
### Windows
|
||||
### Linux
|
||||
### OSX
|
||||
|
|
@ -30,6 +30,7 @@
|
|||
- [Postman](https://flathub.org/apps/details/com.getpostman.Postman): `flatpak install flathub com.getpostman.Postman`
|
||||
- [Piper](https://flathub.org/apps/details/org.freedesktop.Piper): `flatpak install flathub org.freedesktop.Piper`
|
||||
- [Sublime Text](https://flathub.org/apps/details/com.sublimetext.three): `flatpak install flathub com.sublimetext.three`
|
||||
- [Steam](https://flathub.org/apps/details/com.valvesoftware.Steam): `flatpak install flathub com.valvesoftware.Steam`
|
||||
- [qBittorrent](https://flathub.org/apps/details/org.qbittorrent.qBittorrent): `flatpak install flathub org.qbittorrent.qBittorrent`
|
||||
- [Transmission](https://flathub.org/apps/details/com.transmissionbt.Transmission): `flatpak install flathub com.transmissionbt.Transmission`
|
||||
|
||||
|
|
|
|||
|
|
@ -13,15 +13,15 @@ _Entry should be AppName.desktop_
|
|||
### Example Entry
|
||||
|
||||
```
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=~/{IMAGE_NAME}.AppImage
|
||||
Name={DESKTOP_NAME}
|
||||
Icon={IMAGE_LOCATION}
|
||||
MimeType=x-scheme-handler/xxx;text/html;
|
||||
[Desktop Entry]
|
||||
Encoding=UTF-8
|
||||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=~/{IMAGE_NAME}.AppImage
|
||||
Name={DESKTOP_NAME}
|
||||
Icon={IMAGE_LOCATION}
|
||||
MimeType=x-scheme-handler/xxx;text/html;
|
||||
```
|
||||
|
||||
### Entries Currently Using
|
||||
|
|
|
|||
Loading…
Reference in a new issue