From 4424d4efd19ab2fccc4ba697cc4bd6d5db6fab00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?tr=C3=A9meur?= Date: Sun, 21 Mar 2021 12:25:57 +0000 Subject: [PATCH] Remove chromium --- dots/plank/items/chromium-browser.dockitem | 2 -- dots/plank/plank.ini | 2 +- scripts/setup.sh | 10 ++++++---- 3 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 dots/plank/items/chromium-browser.dockitem diff --git a/dots/plank/items/chromium-browser.dockitem b/dots/plank/items/chromium-browser.dockitem deleted file mode 100644 index 8a42be3..0000000 --- a/dots/plank/items/chromium-browser.dockitem +++ /dev/null @@ -1,2 +0,0 @@ -[PlankDockItemPreferences] -Launcher=file:///usr/share/applications/chromium-browser.desktop diff --git a/dots/plank/plank.ini b/dots/plank/plank.ini index 89cf2d6..f6fa500 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', 'chromium-browser.dockitem', 'thunderbird.dockitem', 'emacs26.dockitem', 'gimp.dockitem', 'calibre-gui.dockitem'] +dock-items=['sakura.dockitem', 'google-chrome.dockitem', 'thunderbird.dockitem', 'emacs26.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 d4fb765..cad6ec7 100644 --- a/scripts/setup.sh +++ b/scripts/setup.sh @@ -19,11 +19,13 @@ wget -qO- https://github.com/retorquere/zotero-deb/releases/download/apt-get/ins . /etc/os-release sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --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 sudo apt update # Install things -sudo apt install abcde arc-theme biber calibre chromium-browser cmus conky-all curl emacs26 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 openbox pandoc papirus-icon-theme plank pnmixer python-pip python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura spotify-client suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zotero zsh +sudo apt install abcde arc-theme biber calibre cmus conky-all curl emacs26 evince eyed3 feh ffmpeg fonts-crosextra-carlito fonts-noto fonts-noto-color-emoji fonts-sil-andika fonts-sil-doulos geoclue-2.0 ghostscript gimp google-chrome insync kid3-qt lame libcurl4-openssl-dev libnotify-dev libreoffice openbox pandoc papirus-icon-theme plank pnmixer python-pip python2.7 python3 python3-venv python3-pip redshift-gtk ruby-full sakura spotify-client suru-icon-set texlive-extra-utils texlive-latex-extra texlive-xetex tex-gyre thunderbird tint2 tree vlc vlc-plugin-fluidsynth xcompmgr zotero zsh # build-essential libsox-fmt-all sox xserver-xorg-core xserver-xlib-input-synaptics zlib1g-dev sudo apt update @@ -53,9 +55,9 @@ mkdir -p ~/.gimp-2.8/scripts curl https://api.github.com/repos/tshatrov/scriptfu/releases/latest | grep "browser_download_url.*scm" | cut -d : -f 2,3 | tr -d \" | wget -qi - mv animstack.scm ~/.gimp-2.8/scripts/ -curl https://api.github.com/repos/getferdi/ferdi/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -qi - -sudo dpkg -i ferdi*.deb -rm -f ferdi*.deb +# curl https://api.github.com/repos/getferdi/ferdi/releases/latest | grep "browser_download_url.*deb" | cut -d : -f 2,3 | tr -d \" | wget -qi - +# sudo dpkg -i ferdi*.deb +# rm -f ferdi*.deb git clone https://github.com/Arkq/cmusfm.git cd cmusfm