File tree 14 files changed +45
-18
lines changed
14 files changed +45
-18
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
1
3
cat << EOF >~/.local/share/applications/Omakub.desktop
2
4
[Desktop Entry]
3
5
Version=1.0
Original file line number Diff line number Diff line change 1
1
#! /usr/bin/env bash
2
2
3
- cd /tmp
3
+ cd /tmp || exit
4
4
wget -O nvim.tar.gz " https://github.com/neovim/neovim/releases/latest/download/nvim-linux64.tar.gz"
5
5
tar -xf nvim.tar.gz
6
6
sudo install nvim-linux64/bin/nvim /usr/local/bin/nvim
Original file line number Diff line number Diff line change 1
- for script in ~ /.local/share/omakub/applications/* .sh; do source $script ; done
1
+ #! /usr/bin/env bash
2
+
3
+ # shellcheck disable=SC1090
4
+ for script in ~ /.local/share/omakub/applications/* .sh; do source " $script " ; done
Original file line number Diff line number Diff line change 1
- cd /tmp
1
+ #! /usr/bin/env bash
2
+
3
+ cd /tmp || exit
2
4
wget https://cdn.akamai.steamstatic.com/client/installer/steam.deb
3
5
sudo apt install -y ./steam.deb
4
6
sudo apt-get install --no-remove -oAPT::Get::AutomaticRemove=false libc6:amd64 libc6:i386 libegl1:amd64 libegl1:i386 libgbm1:amd64 libgbm1:i386 libgl1-mesa-dri:amd64 libgl1-mesa-dri:i386 libgl1:amd64 libgl1:i386 steam-libs-amd64:amd64
5
7
rm steam.deb
6
- cd -
8
+ cd - || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 2 | .browser.theme.color_variant = 1 | .browser.theme.user_color = 1579044' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/catppuccintotoro.png?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 2 | .browser.theme.color_variant = 2 | .browser.theme.user_color = -7829368' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/fog_forest_2.jpg?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 2 | .browser.theme.color_variant = 2 | .browser.theme.user_color = -8847616' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/ferns-green.jpg?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 1 | .browser.theme.color_variant = 1 | .browser.theme.user_color = 6632704' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/kanagawa.jpg?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 2 | .browser.theme.color_variant = 2 | .browser.theme.user_color = 5002858' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/nord_scenary.png?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 1 | .browser.theme.color_variant = 1 | .browser.theme.user_color = -65281' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/simple-pastel-by-triarts-from-freepik.jpg?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change 1
- cd ~ /.config/google-chrome/Default
1
+ #! /usr/bin/env bash
2
+
3
+ cd " $HOME /.config/google-chrome/Default" || exit
2
4
jq ' .browser.theme.color_scheme = 2 | .browser.theme.color_variant = 1 | .browser.theme.user_color = 3094106' Preferences > tmp.json && mv tmp.json Preferences
3
5
jq ' .ntp += {"custom_background_dict":{"background_url": "https://github.com/basecamp/omakub/blob/master/backgrounds/80s-retro-tropical-sunset-by-freepik.jpg?raw=true"}}' Preferences > tmp.json && mv tmp.json Preferences
4
- cd ~
6
+ cd " $HOME " || exit
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
1
3
sudo apt remove --purge -y signal-desktop
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
1
3
sudo apt remove -y steam steam-launcher
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/env bash
2
+
1
3
sudo apt -y purge " php8.3*"
2
4
sudo add-apt-repository -y --remove ppa:ondrej/php
3
5
You can’t perform that action at this time.
0 commit comments