From 18691862a605f3bc95ba61dd10ccec8b8c699e25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sat, 18 Nov 2023 11:02:45 +0000 Subject: [PATCH] Change browser --- dots/plank/items/google-chrome.dockitem | 2 -- dots/plank/items/vivaldi-stable.dockitem | 2 ++ dots/plank/plank.ini | 2 +- scripts/setup.sh | 14 +++++++------- 4 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 dots/plank/items/google-chrome.dockitem create mode 100644 dots/plank/items/vivaldi-stable.dockitem diff --git a/dots/plank/items/google-chrome.dockitem b/dots/plank/items/google-chrome.dockitem deleted file mode 100644 index cd04294..0000000 --- a/dots/plank/items/google-chrome.dockitem +++ /dev/null @@ -1,2 +0,0 @@ -[PlankDockItemPreferences] -Launcher=file:///usr/share/applications/google-chrome.desktop diff --git a/dots/plank/items/vivaldi-stable.dockitem b/dots/plank/items/vivaldi-stable.dockitem new file mode 100644 index 0000000..e77f721 --- /dev/null +++ b/dots/plank/items/vivaldi-stable.dockitem @@ -0,0 +1,2 @@ +[PlankDockItemPreferences] +Launcher=file:///usr/share/applications/vivaldi-stable.desktop diff --git a/dots/plank/plank.ini b/dots/plank/plank.ini index 0a41aae..01772ad 100644 --- a/dots/plank/plank.ini +++ b/dots/plank/plank.ini @@ -2,7 +2,7 @@ icon-size=48 show-dock-item=false position='left' -dock-items=['sakura.dockitem', 'google-chrome.dockitem', 'thunderbird.dockitem', 'emacs27.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem'] +dock-items=['sakura.dockitem', 'vivaldi-stable.dockitem', 'thunderbird.dockitem', 'emacs27.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem'] unhide-delay=0 items-alignment='center' theme='Frost' diff --git a/scripts/setup.sh b/scripts/setup.sh index e0d25d3..9d04add 100755 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -19,15 +19,15 @@ echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sou . /etc/os-release sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C echo "deb http://apt.insync.io/$ID $VERSION_CODENAME non-free contrib" | sudo tee /etc/apt/sources.list.d/insync.list -wget -q -O - https://dl.google.com/linux/linux_signing_key.pub | sudo apt-key add - -# echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list +wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg +echo "deb [signed-by=/usr/share/keyrings/vivaldi-browser.gpg arch=$(dpkg --print-architecture)] https://repo.vivaldi.com/archive/deb/ stable main" | sudo dd of=/etc/apt/sources.list.d/vivaldi-archive.list sudo apt update # Install things -sudo apt install abcde arc-theme biber cmus conky-all curl dh-autoreconf emacs27 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice libsox-fmt-mp3 lilypond maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-bs4 python3-venv python3-pip redshift-gtk ruby-full sakura sox spotify-client sqlite3 suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird timidity tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zsh +sudo apt install abcde arc-theme biber cmus conky-all curl dh-autoreconf emacs27 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice libsox-fmt-mp3 lilypond maildir-utils mu4e offlineimap openbox pandoc papirus-icon-theme plank pnmixer python2.7 python3 python3-bs4 python3-venv python3-pip redshift-gtk ruby-full sakura sox spotify-client sqlite3 suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird timidity tint2 tree vivaldi vlc vlc-plugin-fluidsynth xcompmgr zsh # build-essential libsox-fmt-all sox xserver-xorg-core xserver-xlib-input-synaptics zlib1g-dev zotero # not required -# google-chrome python-pip # not working in focal +# python-pip # not working in focal sudo apt update sudo apt upgrade @@ -52,9 +52,9 @@ git clone https://github.com/bhilburn/powerlevel9k.git ~/.oh-my-zsh/custom/theme git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting # Download non-apt things -wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb -sudo dpkg -i google-chrome-stable_current_amd64.deb -rm -f google-chrome-stable_current_amd64.deb +# wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb +# sudo dpkg -i google-chrome-stable_current_amd64.deb +# rm -f google-chrome-stable_current_amd64.deb mkdir -p ~/.config/GIMP/2.10/scripts # updated filepath should work?? curl https://api.github.com/repos/tshatrov/scriptfu/releases/latest | grep "browser_download_url.*scm" | cut -d : -f 2,3 | tr -d \" | wget -qi -