|
|
@ -19,15 +19,15 @@ echo "deb http://repository.spotify.com stable non-free" | sudo tee /etc/apt/sou
|
|
|
|
. /etc/os-release
|
|
|
|
. /etc/os-release
|
|
|
|
sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys ACCAF35C
|
|
|
|
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
|
|
|
|
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 -
|
|
|
|
wget -qO- https://repo.vivaldi.com/archive/linux_signing_key.pub | gpg --dearmor | sudo dd of=/usr/share/keyrings/vivaldi-browser.gpg
|
|
|
|
# echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
|
|
|
|
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
|
|
|
|
sudo apt update
|
|
|
|
|
|
|
|
|
|
|
|
# Install things
|
|
|
|
# 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
|
|
|
|
# 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 update
|
|
|
|
sudo apt upgrade
|
|
|
|
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
|
|
|
|
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting
|
|
|
|
|
|
|
|
|
|
|
|
# Download non-apt things
|
|
|
|
# Download non-apt things
|
|
|
|
wget https://dl.google.com/linux/direct/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
|
|
|
|
# sudo dpkg -i google-chrome-stable_current_amd64.deb
|
|
|
|
rm -f 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??
|
|
|
|
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 -
|
|
|
|
curl https://api.github.com/repos/tshatrov/scriptfu/releases/latest | grep "browser_download_url.*scm" | cut -d : -f 2,3 | tr -d \" | wget -qi -
|
|
|
|