Coder Social home page Coder Social logo

silverblue-config's Introduction

silverblue-config

This is my personal Fedora Silverblue setup configuration

Changes to the root OS

I know that you shouldn't change the base os on silverblue, but there are a few programs I want to use that doesn't work inside a container or flatpak.

# Install Oh-My-Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# Install tweaks, extra themes and zsh
rpm-ostree install gnome-tweaks gnome-themes-extra zsh
# Now reboot, and then set zsh as default shell
chsh -s $(which zsh)
# Copy the custom zsh config
cp ./config/.zshrc ~/.zshrc

# Change personal gnome settings
gsettings set org.gnome.desktop.interface gtk-theme Adwaita-dark
gsettings set org.gnome.desktop.wm.preferences button-layout appmenu:minimize,maximize,close

Zsh config

There is a small addition to the stock oh-my-zsh config that changes the prompt to include the name of the toolbox you are currently in.

Images

These are custom images that can be used for a toolbox.

  • base - Only includes zsh and extra gnome themes, perfect for a starting point
  • development-base - Includes vscode and pinentry for gpg, perfect for a development workflow.
  • development-flutter - Added flutter and android studion on top of the development base.

All images can be build and run using the following commands:

podman build . -t wjtje/toolbox-base
toolbox create personal -i wjtje/toolbox-base

silverblue-config's People

Contributors

wjtje avatar

Stargazers

Jacob 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.