mirror of
https://github.com/BradNut/computer-setup-info
synced 2025-09-08 17:40:23 +00:00
Adding more setup info for linux on recent PopOS 20.10 setup.
This commit is contained in:
parent
01115b955a
commit
2485d21c2c
5 changed files with 35 additions and 8 deletions
|
|
@ -8,10 +8,13 @@
|
|||
- [Brave Browser](https://brave.com/download/)
|
||||
- [Evolution](https://help.gnome.org/users/evolution/stable/): `sudo apt-get install evolution`
|
||||
- _PopOS only integrates Gnome Calendar with Evolution if installed from apt-get_
|
||||
- CalDAV Synology link: https://\*.synology.me:38443/caldav.php/USERNAME/eyeewj/
|
||||
- [FileZilla](https://filezilla-project.org/download.php?type=client)
|
||||
- Locally using flatpak
|
||||
- Firefox
|
||||
- Gnome Tweaks
|
||||
- [Lutris](https://lutris.net/downloads/)
|
||||
- [MegaSync](https://mega.nz/sync)
|
||||
- [Mulvad](https://mullvad.net/en/download/)
|
||||
- [NordVPN](https://support.nordvpn.com/Connectivity/Linux/1325531132/Installing-and-using-NordVPN-on-Debian-Ubuntu-Elementary-OS-and-Linux-Mint.htm)
|
||||
- [Plex Media Player](https://knapsu.eu/plex/)
|
||||
|
|
@ -19,24 +22,30 @@
|
|||
- [Piper](https://github.com/libratbag/piper)
|
||||
- [Local Reference](../master/linux/Resources-Information.md)
|
||||
- [Proton Bridge](https://protonmail.com/bridge/install)
|
||||
- [Bridge Setup](../master/linux/Proton-Bridge-Setup.md)
|
||||
- [Bridge Setup](https://github.com/BradNut/computer-setup-info/blob/master/linux/Proton-Bridge-Setup.md)
|
||||
- _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
|
||||
- Thunderbird
|
||||
- Flathub or Deb
|
||||
- [Timeshift](https://github.com/teejee2008/timeshift)
|
||||
- Transmission
|
||||
- [Signal](https://signal.org/download/#)
|
||||
- Locally using flatpak
|
||||
- [Standard Notes](https://standardnotes.org/extensions?downloaded=linux)
|
||||
- Steam
|
||||
- Locally using flatpak
|
||||
- Use DEB for supported
|
||||
- Locally use flatpak if can't get running: https://flathub.org/apps/details/com.valvesoftware.Steam
|
||||
- Sublime Text
|
||||
- Locally using flatpak
|
||||
- [Synology Drive](https://www.synology.com/en-us/support/download/DS918+#utilities)
|
||||
- [Synology Note Station](https://www.synology.com/en-us/support/download/DS918+#utilities)
|
||||
- [VLC](https://www.videolan.org/vlc/download-ubuntu.html)
|
||||
- VSCode
|
||||
- Use DEB for up to date
|
||||
- Yubico Authenticator
|
||||
- Flatpak: https://flathub.org/apps/details/com.yubico.yubioath
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -48,10 +57,12 @@
|
|||
- Plex Media Player: `flatpak install https://knapsu.eu/data/plex/tv.plex.PlexMediaPlayer.flatpakref`
|
||||
- [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`
|
||||
- [ProtonMail Bridge](https://flathub.org/apps/details/ch.protonmail.protonmail-bridge)
|
||||
- [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`
|
||||
- [YubicoAuth](https://flathub.org/apps/details/com.yubico.yubioath)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -96,7 +107,7 @@ If you're prompted to create desktop shortcuts, choose Yes.
|
|||
|
||||
## Yubico Authenticator
|
||||
|
||||
Ubuntu 20.04 does not fully connect to the devices. Extra repositories need installing.
|
||||
Ubuntu 20.04-20.10 does not fully connect to the devices. Extra repositories need installing.
|
||||
|
||||
```
|
||||
$ sudo apt update && sudo apt install -y gnupg2 gnupg-agent scdaemon pcscd
|
||||
|
|
|
|||
|
|
@ -1,10 +1,12 @@
|
|||
# Coding Applications
|
||||
|
||||
## Sublime Text 3
|
||||
|
||||
- [Install](https://flathub.org/apps/details/com.sublimetext.three): `flatpak install flathub com.sublimetext.three`
|
||||
- [Configuration](https://github.com/BradNut/dotfiles/blob/master/Preferences.sublime-settings)
|
||||
|
||||
### Package Control
|
||||
|
||||
- [A File Icon](https://packagecontrol.io/packages/A%20File%20Icon)
|
||||
- [ColorPicker](https://packagecontrol.io/packages/ColorPicker)
|
||||
- [Gutter Color](https://packagecontrol.io/packages/Gutter%20Color)
|
||||
|
|
@ -12,6 +14,7 @@
|
|||
- [Rainbow Brackets](https://github.com/absop/RainbowBrackets)
|
||||
|
||||
## VSCode
|
||||
- Configuration: [vscode.js](https://github.com/BradNut/dotfiles/blob/master/vscode.js)
|
||||
|
||||
- Configuration: [settings.js](https://github.com/BradNut/dotfiles/blob/master/settings.json)
|
||||
- Packages installed: https://github.com/BradNut/dotfiles/blob/master/vs-code-extensions-i-use.md
|
||||
- Install Shell Command: Install ‘code’ command in PATH
|
||||
- Install Shell Command: Install ‘code’ command in PATH
|
||||
|
|
|
|||
|
|
@ -2,7 +2,8 @@
|
|||
|
||||
## Gnome Extensions
|
||||
|
||||
- [Arc Menu](https://extensions.gnome.org/extension/1228/arc-menu/)
|
||||
- [Arc Menu](https://extensions.gnome.org/extension/3628/arcmenu/)
|
||||
- If error restart UI and/or check if installed: `sudo apt-get install gir1.2-gmenu-3.0` and `sudo apt-get install gnome-menus`
|
||||
- [Blyr](https://extensions.gnome.org/extension/1251/blyr/)
|
||||
- [Caffeine](https://extensions.gnome.org/extension/517/caffeine/)
|
||||
- [Dash to Dock](https://micheleg.github.io/dash-to-dock/)
|
||||
|
|
@ -43,7 +44,7 @@ Encoding=UTF-8
|
|||
Version=1.0
|
||||
Type=Application
|
||||
Terminal=false
|
||||
Exec=/home/bshellnu/Plexamp-3.0.2.AppImage
|
||||
Exec=/home/bshellnu/Plexamp-3.0.2.AppImage --disable-seccomp-filter-sandbox
|
||||
Name=Plexamp
|
||||
Icon=/home/bshellnu/Documents/Desktop Icons/plexamp.png
|
||||
MimeType=x-scheme-handler/xxx;text/html;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@
|
|||
- Curl: `sudo apt install curl`
|
||||
- Docker: [Ubuntu Install](https://docs.docker.com/engine/install/ubuntu/#prerequisites)
|
||||
- [Install instructions](../master/linux/Docker-Setup.md)
|
||||
- Gatsby CLI: `sudo npm install gatsby-cli -g`
|
||||
- Heroku CLI: `sudo snap install --classic heroku`
|
||||
- Sanity CLI: `sudo npm install @sanity/cli -g`
|
||||
|
||||
### [Linux Brew](https://docs.brew.sh/Homebrew-on-Linux)
|
||||
|
||||
|
|
@ -21,6 +24,8 @@
|
|||
|
||||
#### List of installed casks
|
||||
|
||||
_NOTE: ZSH and plugins for Ubuntu should be manually installed and not from brew_
|
||||
|
||||
- nodeJS: `brew install node`
|
||||
- postresql: `brew install postgresql`
|
||||
- sshpass: `brew install hudochenkov/sshpass/sshpass`
|
||||
|
|
@ -59,7 +64,7 @@ $ git config --global.email "you@example.com"
|
|||
_Currently using zsh_
|
||||
|
||||
- Install if not there
|
||||
- Linux/Ubunut: `sudo apt install zsh`
|
||||
- Linux/Ubuntu: `sudo apt install zsh`
|
||||
- OSX: `brew install zsh`
|
||||
|
||||
#### Configuration
|
||||
|
|
|
|||
|
|
@ -10,6 +10,13 @@
|
|||
|
||||
---
|
||||
|
||||
## Useful Shortcuts
|
||||
|
||||
- Enter a command: Alt+F2
|
||||
- Restart UI: Type "r" and enter
|
||||
|
||||
---
|
||||
|
||||
## GUI Setup
|
||||
|
||||
Ubuntu 20.04 Gnome dark mode work for all except do not disturb or right click menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue