This repository has been archived by the owner on Feb 19, 2024. It is now read-only.
forked from ublue-os/bluefin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into pull-upstream-merge-conflict
- Loading branch information
Showing
14 changed files
with
35 additions
and
216 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,12 @@ | ||
version: "1" | ||
rules: | ||
- base: main | ||
- base: bluefin-main | ||
upstream: ublue-os:main | ||
mergeMethod: hardreset | ||
mergeUnstable: false | ||
- base: main | ||
upstream: bluefin-main | ||
mergeMethod: merge | ||
mergeUnstable: false | ||
label: ":arrow_heading_down: pull" | ||
conflictLabel: "merge-conflict" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,15 @@ | ||
ublue_variants: | ||
- label: ublue-os/bluefin | ||
- label: ublue-os/kfin | ||
ks: /kickstart/ublue-os.ks | ||
flavors: | ||
- label: bluefin | ||
info: Bluefin | ||
- label: ublue-os/bluefin-nvidia | ||
- label: kfin | ||
info: Kfin | ||
- label: ublue-os/kfin-nvidia | ||
ks: /kickstart/ublue-os-nvidia.ks | ||
subvariants: | ||
- label: latest driver | ||
- label: 470xx driver | ||
suffix: -470 | ||
flavors: | ||
- label: bluefin-nvidia | ||
info: Bluefin | ||
|
||
- label: kfin-nvidia | ||
info: Kfin |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
-----BEGIN PUBLIC KEY----- | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAE7lh7fJMV4dBT2jT1XafixUJa7OVA | ||
cT+QFVD8IfIJIS/KBAc8hx1aslzkH3tfeM0cwyCLB7kOStZ4sh6RyFQD9w== | ||
MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEHRog2E22NMpznp2daP7YGVjsV3N9 | ||
UjeQwYq4VIOE7oMQ0OX57TRGlWKxW1PsahD27R/YeKmp+9hmG7HljFgo/A== | ||
-----END PUBLIC KEY----- | ||
|
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,14 +43,14 @@ brew-shell: | |
if grep -q "linuxbrew" $HOME/.zprofile | ||
then | ||
echo "Brew configuration already present in .zprofile" | ||
else | ||
else | ||
echo "Adding Brew configuration to .zprofile" | ||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.zprofile | ||
fi | ||
if grep -q "linuxbrew" $HOME/.bash_profile | ||
then | ||
echo "Brew configuration already present in .bash_profile" | ||
else | ||
else | ||
echo "Adding Brew configuration to .bash_profile" | ||
echo 'eval "$(/var/home/linuxbrew/.linuxbrew/bin/brew shellenv)"' >> $HOME/.bash_profile | ||
fi | ||
|
@@ -123,40 +123,9 @@ distrobox-universal: | |
|
||
# Switch to the fish shell | ||
fish: | ||
sudo usermod $USER --shell /usr/bin/fish | ||
sudo usermod $USER --shell /usr/bin/fish | ||
printf "${USER}'s shell is now %s." "$(cat /etc/passwd | grep ":$UID:" | cut '-d:' '-f7')" | ||
|
||
# Install recommended GNOME extensions | ||
gnome-extensions: | ||
pip install --upgrade gnome-extensions-cli | ||
gext install [email protected] | ||
gext install [email protected] | ||
gext install [email protected] | ||
gext install [email protected] | ||
|
||
# Enable or Disable Gnome-VRR | ||
gnome-vrr: | ||
#!/usr/bin/env bash | ||
if gsettings get org.gnome.mutter experimental-features | grep -q "variable-refresh-rate" | ||
then | ||
CURRENT_STATE="Enabled" | ||
else | ||
CURRENT_STATE="Disabled" | ||
fi | ||
echo "Gnome-VRR is currently ${CURRENT_STATE}" | ||
echo "Enable or Disable Gnome-VRR" | ||
OPTION=$(gum choose Enable Disable) | ||
if [ "$OPTION" = "Enable" ] | ||
then | ||
echo "Enabling Gnome-VRR" | ||
gsettings set org.gnome.mutter experimental-features "['variable-refresh-rate','scale-monitor-framebuffer']" | ||
elif [ "$OPTION" = "Disable" ] | ||
then | ||
echo "Disabling Gnome-VRR" | ||
gsettings set org.gnome.mutter experimental-features "['scale-monitor-framebuffer']" | ||
fi | ||
echo "To apply the changes make sure you logout and restart your session" | ||
|
||
# Install JetBrains Toolbox | https://www.jetbrains.com/toolbox-app/ | ||
jetbrains-toolbox: | ||
#!/usr/bin/env bash | ||
|
@@ -206,7 +175,7 @@ podmansh: | |
loginctl enable-linger $(whoami) | ||
|
||
podman pull ghcr.io/ublue-os/ubuntu-toolbox:latest | ||
|
||
systemctl --user daemon-reload | ||
systemctl --user stop podmansh.service | ||
systemctl --user start podmansh.service | ||
|
@@ -248,17 +217,11 @@ pytorch: | |
--no-browser --allow-root" | ||
|
||
# Run Tensorflow | ||
tensorflow: | ||
tensorflow: | ||
echo 'Follow the prompts and check the tutorial: https://www.tensorflow.org/tutorials/quickstart/beginner' | ||
podman pull docker.io/tensorflow/tensorflow:latest | ||
podman run -it -p 8888:8888 docker.io/tensorflow/tensorflow:latest-jupyter # Start Jupyter server | ||
|
||
# Install a better on-screen-keyboard and gesture improvements | ||
touch: | ||
pip install --upgrade gnome-extensions-cli | ||
gext install [email protected] | ||
gext install gestureImprovements@gestures | ||
|
||
# A preview of what the update system would look like in the future | ||
update-ng: | ||
echo 'Upgrading system...' | ||
|
@@ -273,13 +236,9 @@ distrobox-git: | |
echo 'Installing latest git snapshot of Distrobox' | ||
curl -s https://raw.githubusercontent.com/89luca89/distrobox/main/install | sh -s -- --next --prefix ~/.local | ||
|
||
# Run the yafti setup tool | ||
yafti: | ||
yafti /etc/yafti.yml --force | ||
|
||
# Switch to the zsh shell | ||
zsh: | ||
sudo usermod $USER --shell /usr/bin/zsh | ||
sudo usermod $USER --shell /usr/bin/zsh | ||
printf "${USER}'s shell is now %s." "$(cat /etc/passwd | grep ":$UID:" | cut '-d:' '-f7')" | ||
|
||
# Enable docker on the system | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +0,0 @@ | ||
org.gnome.Cheese | ||
org.gnome.eog | ||
Oops, something went wrong.