Third Party Software¶
Things I install on my fedora workstations.
bash-my-aws¶
git clone https://github.com/bash-my-aws/bash-my-aws.git ${BMA_HOME:-$HOME/.bash-my-aws}
# Update .bashrc if installing for the first time
chrome¶
Only for Microsoft Teams.
dbeaver-ce¶
wget https://dbeaver.io/files/dbeaver-ce-latest-stable.x86_64.rpm
sudo dnf install dbeaver-ce-latest-stable.x86_64.rpm
Mixxx¶
DJ Software
Requires RPMFusion repo
Firefox plugins¶
Firefox is far and away my favourite web browser. These plugins make it even better.
Installed by logging into firefox account in browser.
obsidian¶
Install (with GNOME launcher support) with YMMV script from forum.
or:
obsidian_file=Obsidian-0.15.9.AppImage
wget --directory-prefix $HOME/bin \
https://github.com/obsidianmd/obsidian-releases/releases/latest/download/${obsidian_file}
chmod +x ~/bin/${obsidian_file}
ln -sf ${obsidian_file} ~/bin/obsidian
slack¶
syncthing¶
vscode¶
sudo rpm --import https://packages.microsoft.com/keys/microsoft.asc
sudo sh -c 'echo -e "[code]\nname=Visual Studio Code\nbaseurl=https://packages.microsoft.com/yumrepos/vscode\nenabled=1\ngpgcheck=1\ngpgkey=https://packages.microsoft.com/keys/microsoft.asc" > /etc/yum.repos.d/vscode.repo'
dnf check-update
sudo dnf install code
- Enable settings sync (danger?)
- Syncs extensions (and other things).
- Settings
- window.titleBarStyle : custom # replace light titlebar with dark
- telemetry.telemetryLevel = off # opt out of telemetry
- extensions
- donjayamanne.python-extension-pack