bpmooch / fedora

fedora scripts and things

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fedora 33 Resources

Installation scripts, utilities, and resources for Fedora 33. This repo assumes dotfiles are setup according to this repo.

Scripts

Style

Google's bash style guide

Installing Volta, a node version manager

Volta's installer doesn't work on fedora. I ended up having to build from source using this guide. I also enjoyed reading through this folder

  1. git clone git@github.com:volta-cli/volta.git
  2. dnf install openssl
  3. ./volta/dev/unix/volta-install.sh --release

Terminator Ctrl+Shift+e isn't splitting vertically

ibus-emoji is installed by default. You can edit or disable the ibus-emoji shortcut using ibus-setup, a gtk3 application for editing IBUS options. More on IBUS here

Installing Kustomize

Docs here, install from source. go can be easily installed with sudo dnf install golang

References

About

fedora scripts and things


Languages

Language:Shell 100.0%