From b6ad8a57ca0ddec16ab08fc386f19340eed8e1dc Mon Sep 17 00:00:00 2001 From: Bradley Shellnut Date: Tue, 13 Sep 2022 14:19:12 -0700 Subject: [PATCH] Adding pnpm and nvm info. Adding applications to list. --- environment/Environment.md | 3 +++ linux/Applications.md | 15 ++++++++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/environment/Environment.md b/environment/Environment.md index 0ca9461..986b2d2 100644 --- a/environment/Environment.md +++ b/environment/Environment.md @@ -9,8 +9,11 @@ - [Node Version Manager](https://github.com/nvm-sh/nvm#set-default-node-version) - `curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash` - Use `.nvmrc` from [Dotfiles](../master/linux/Environment-Setup.md#environment-setup##dot-files) + - Useful install LTS: `nvm install --lts` - Gatsby CLI: `sudo npm install gatsby-cli -g` - Heroku CLI: `sudo snap install --classic heroku` +- [PNPM](https://pnpm.io/installation) + - NPM Install: `npm install -g pnpm` - Vim: `sudo apt install vim` - Sanity CLI: `sudo npm install @sanity/cli -g` diff --git a/linux/Applications.md b/linux/Applications.md index 04d0029..40cfaa3 100644 --- a/linux/Applications.md +++ b/linux/Applications.md @@ -3,9 +3,14 @@ ## Software Applications - [Anydesk](https://anydesk.com/en/downloads/linux) +- [App Image Launcher](https://github.com/TheAssassin/AppImageLauncher) - [Bitwarden](https://bitwarden.com/#download) - Or using flatpak - [Brave Browser](https://brave.com/download/) +- Cheese - Picture app +- Cryptomator +- DBeaver + - Flatpak - Emoji Picker - Deb from App Shop - [Evolution](https://help.gnome.org/users/evolution/stable/): `sudo apt-get install evolution` @@ -32,7 +37,9 @@ - _If bridge DEB file fails try installing from [Flathub](https://flathub.org/apps/details/ch.protonmail.protonmail-bridge)_ - [Proton VPN](https://protonvpn.com/support/linux-vpn-tool/) - qBittorrent - - Locally using flatpak + - Locally using Flatpak + - Themes: + - https://github.com/maboroshin/qBittorrentDarktheme - Thunderbird - Flathub or Deb - [Timeshift](https://github.com/teejee2008/timeshift) @@ -48,8 +55,12 @@ - [Synology Note Station](https://www.synology.com/en-us/support/download/DS918+#utilities) - [VLC](https://www.videolan.org/vlc/download-ubuntu.html) - [VSCode](https://code.visualstudio.com/Download) +- Web + - Flatpak + - Browser to test WebKit like functionality - WoeUSB - Yubico Authenticator + - App Image works - Flatpak: https://flathub.org/apps/details/com.yubico.yubioath --- @@ -58,6 +69,7 @@ - [Bitwarden](https://flathub.org/apps/details/com.bitwarden.desktop): `flatpak install flathub com.bitwarden.desktop` - [Cawbird](https://flathub.org/apps/details/uk.co.ibboard.cawbird): `flatpak install flathub uk.co.ibboard.cawbird` +- [DBeaver](https://flathub.org/apps/details/io.dbeaver.DBeaverCommunity): `flatpak install flathub io.dbeaver.DBeaverCommunity` - [Evolution](https://flathub.org/apps/details/org.gnome.Evolution): `flatpak install flathub org.gnome.Evolution` - [FileZilla](https://flathub.org/apps/details/org.filezillaproject.Filezilla): `flatpak install flathub org.filezillaproject.Filezilla` - [FreeTube](https://flathub.org/apps/details/io.freetubeapp.FreeTube) @@ -70,6 +82,7 @@ - [qBittorrent](https://flathub.org/apps/details/org.qbittorrent.qBittorrent): `flatpak install flathub org.qbittorrent.qBittorrent` - [Tootle](https://flathub.org/apps/details/com.github.bleakgrey.tootle): `flatpak install flathub com.github.bleakgrey.tootle` - [Transmission](https://flathub.org/apps/details/com.transmissionbt.Transmission): `flatpak install flathub com.transmissionbt.Transmission` +- [Web](https://flathub.org/apps/details/org.gnome.Epiphany): `flatpak install flathub org.gnome.Epiphany` - [YubicoAuth](https://flathub.org/apps/details/com.yubico.yubioath) ---