Giter Site home page Giter Site logo

silverblue-setup's Introduction

silverblue-setup

Various scripts and notes for setting up Fedora Silverblue.

Install to base OS image

Install Firefox codecs

sudo rpm-ostree install mozilla-openh264

Enabling Flathub

flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Install Flatpaks

Install MEGAsync

flatpak install flathub nz.mega.MEGAsync

Install Steam

flatpak install flathub com.valvesoftware.Steam

Install Discord

flatpak install flathub com.discordapp.Discord

Create a toolbox

toolbox create name

Enter a toolbox

toolbox enter name

Install some common tools and packages inside the toolbox

sudo dnf install btop cpufetch

Install R and RStudio Desktop inside the toolbox

sudo dnf install fira-code-fonts R rstudio-desktop

Install Python inside the toolbox

sudo dnf install python3-virtualenv

Install GnuCOBOL inside the toobox

sudo dnf install gnucobol gnucobol-esql

Install Visual Studio Code inside the toolbox

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'
sudo dnf check-update
sudo dnf install code

silverblue-setup's People

Contributors

lab1702 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.