Git Product home page Git Product logo

fedora-silverblue's Introduction

dotfiles

This is a selection of settings and preferences for my Fedora Silverblue installation.

Maintenance

Reference:

To show difference after upgrades:

rpm-ostree db diff -c

nofile

Increasing nofile limits may be needed for certain applications and games to work.

See https://access.redhat.com/solutions/1257953 for more details.

NOTE: Reboot the system to apply increased limits.

Filesystem

Encryption

If you are using encryption on a NVMe/SSD, you may want to improve performance by disabling the workqueue.

See https://wiki.archlinux.org/title/Dm-crypt/Specialties#Disable_workqueue_for_increased_solid_state_drive_(SSD)_performance for details.

Btrfs

If you are using Btrfs, you may want to use https://github.com/kdave/btrfsmaintenance:

rpm-ostree install btrfsmaintenance
nano /etc/sysconfig/btrfsmaintenance

Enable the timers:

sudo systemctl enable btrfs-balance.timer btrfs-defrag.timer btrfs-scrub.timer btrfs-trim.timer --now

Software

Toolbox

It is discourage to install (large) software on the ostree. Try to use Flatpaks and toolboxes (toolbox create and toolbox enter) as much as possible.

You can pull the latest toolbox, using:

podman pull fedora-toolbox:40

To update a toolbox:

toolbox enter
sudo dnf update && sudo dnf upgrade

You can create multiple toolboxes, and even manage them using Podman Desktop.

Firefox

To replace the provided default Firefox package, with the Firefox Flathub version for example:

rpm-ostree override remove firefox firefox-langpacks

NOTE: You can also hide the desktop entry itself.

Brave

Depending on your hardware, you may need to enable/disable different flags. See https://chromium.googlesource.com/chromium/src/+/refs/heads/main/docs/gpu/vaapi.md#vaapi-on-linux for details.

Podman

Enable and use rootless containers:

To learn more about Podman Quadlet, the following resources may be useful:

VSCodium / VSCode

See the following guides:

You may use Flatseal, and set the following overwrites:

  • Add to Other files: xdg-run/podman:ro
  • Add to Variables: FLATPAK_ENABLE_SDK_EXT=podman,php83

Extensions

Current extensions:

$ flatpak run com.visualstudio.code  --list-extensions | xargs -L 1 echo vsc --install-extension
aaron-bond.better-comments
amiralizadeh9480.laravel-extra-intellisense
bmewburn.vscode-intelephense-client
bradlc.vscode-tailwindcss
christian-kohler.npm-intellisense
christian-kohler.path-intellisense
davidanson.vscode-markdownlint
dbaeumer.vscode-eslint
devsense.composer-php-vscode
eamodio.gitlens
editorconfig.editorconfig
eriklynd.json-tools
esbenp.prettier-vscode
github.copilot
github.copilot-chat
github.github-vscode-theme
github.vscode-github-actions
jock.svg
ms-azuretools.vscode-docker
ms-vscode.atom-keybindings
onecentlin.laravel-blade
pkief.material-icon-theme
quicktype.quicktype
redhat.vscode-yaml
shd101wyy.markdown-preview-enhanced
sleistner.vscode-fileutils
streetsidesoftware.code-spell-checker
stylelint.vscode-stylelint
visualstudioexptteam.intellicode-api-usage-examples
visualstudioexptteam.vscodeintellicode
wmaurer.change-case

Fish

See https://starship.rs/guide/, append paths:

rpm-ostree install fish ibm-plex-mono-fonts ibm-plex-sans-fonts ibm-plex-serif-fonts
fish_add_path  ~/.local/bin ~/.config/yarn/global/node_modules/.bin

Appearance

See https://itsfoss.com/flatpak-app-apply-theme/ instructions for Flatpak theming.

To install Gnome Tweak:

rpm-ostree install gnome-tweak-tool

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.