From 1f5c49ed3f86da6b4935bd1d93eab4e9d38f6441 Mon Sep 17 00:00:00 2001 From: Bradley Date: Fri, 8 May 2020 22:34:16 -0700 Subject: [PATCH] Adding more apps and fixing spacing. --- README.md | 4 ++++ linux/Applications.md | 1 + linux/Desktop-Setup.md | 18 +++++++++--------- 3 files changed, 14 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 802abf5..e00ecef 100644 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file diff --git a/linux/Applications.md b/linux/Applications.md index 6bb16ec..5f3ac3d 100644 --- a/linux/Applications.md +++ b/linux/Applications.md @@ -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` diff --git a/linux/Desktop-Setup.md b/linux/Desktop-Setup.md index 8afe137..9fd2c11 100644 --- a/linux/Desktop-Setup.md +++ b/linux/Desktop-Setup.md @@ -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